Use AccountsHash instead of bare Hash (#29052)

This commit is contained in:
Brooks Prumo 2022-12-05 11:19:29 -05:00 committed by GitHub
parent d654fceacc
commit 544e430a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ impl AccountHashesFile {
#[allow(dead_code)]
pub struct FullSnapshotAccountsHashInfo {
/// accounts hash over all accounts when the full snapshot was taken
hash: Hash,
hash: AccountsHash,
/// slot where full snapshot was taken
slot: Slot,
}