calculate_accounts_hash_helper uses config (#24003)

This commit is contained in:
Jeff Washington (jwash)
2022-03-31 09:29:45 -05:00
committed by GitHub
parent 88326533ed
commit da001d54e5
3 changed files with 57 additions and 65 deletions

View File

@@ -125,12 +125,12 @@ impl AccountsHashVerifier {
.accounts_db
.calculate_accounts_hash_without_index(
&CalcAccountsHashConfig {
storages: &sorted_storages,
use_bg_thread_pool: true,
check_hash: false,
ancestors: None,
use_write_cache: false,
},
&sorted_storages,
timings,
)
.unwrap();