HashCalc uses self.accounts_cache (#23890)

This commit is contained in:
Jeff Washington (jwash)
2022-03-24 10:34:28 -05:00
committed by GitHub
parent f2aea3b7c7
commit 5b916961b5
3 changed files with 11 additions and 14 deletions

View File

@ -119,7 +119,7 @@ impl AccountsHashVerifier {
use_bg_thread_pool: true,
stats: HashStats::default(),
check_hash: false,
accounts_cache_and_ancestors: None,
ancestors: None,
})
.unwrap();