calculate_accounts_hash_helper uses config (#24003)
This commit is contained in:
committed by
GitHub
parent
88326533ed
commit
da001d54e5
@@ -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();
|
||||
|
Reference in New Issue
Block a user