Verify frozen bank from snapshot by hashing (#8184)
This commit is contained in:
@@ -374,6 +374,7 @@ impl Accounts {
|
||||
})
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn verify_bank_hash(&self, slot: Slot, ancestors: &HashMap<Slot, usize>) -> bool {
|
||||
if let Err(err) = self.accounts_db.verify_bank_hash(slot, ancestors) {
|
||||
warn!("verify_bank_hash failed: {:?}", err);
|
||||
|
Reference in New Issue
Block a user