calc hash uses self.num_hash_scan_passes (#23883)

This commit is contained in:
Jeff Washington (jwash)
2022-03-24 09:44:42 -05:00
committed by GitHub
parent e3eb002f66
commit 9022931689
3 changed files with 1 additions and 7 deletions

View File

@ -121,7 +121,6 @@ impl AccountsHashVerifier {
check_hash: false,
accounts_cache_and_ancestors: None,
filler_account_suffix: None, // this will fail with filler accounts
num_hash_scan_passes: None, // this code path is only for testing, so use default # passes here
})
.unwrap();