ledger tool halt at slot verify hash (#23424)
This commit is contained in:
committed by
GitHub
parent
d909b7c80b
commit
ef8b7d9c62
@ -5777,7 +5777,7 @@ impl Bank {
|
||||
/// snapshot.
|
||||
/// Only called from startup or test code.
|
||||
#[must_use]
|
||||
fn verify_bank_hash(&self, test_hash_calculation: bool) -> bool {
|
||||
pub fn verify_bank_hash(&self, test_hash_calculation: bool) -> bool {
|
||||
self.rc.accounts.verify_bank_hash_and_lamports(
|
||||
self.slot(),
|
||||
&self.ancestors,
|
||||
|
Reference in New Issue
Block a user