user process.accounts_db_test_hash_calculation for debug_verify hash (#18053) (#18109)

(cherry picked from commit ec2f930475)

Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-06-21 16:15:13 -05:00
committed by GitHub
parent c676b7a473
commit d52569d66f
2 changed files with 16 additions and 1 deletions

View File

@@ -718,6 +718,7 @@ mod tests {
let (ledger_path, _blockhash) = create_new_tmp_ledger!(&genesis_config);
let blockstore = Blockstore::open(&ledger_path).unwrap();
let opts = ProcessOptions {
accounts_db_test_hash_calculation: true,
full_leader_cache: true,
..ProcessOptions::default()
};