user process.accounts_db_test_hash_calculation for debug_verify hash (#18053)

This commit is contained in:
Jeff Washington (jwash)
2021-06-21 10:20:27 -05:00
committed by GitHub
parent 0eb5b0ce42
commit ec2f930475
2 changed files with 16 additions and 1 deletions

View File

@ -704,6 +704,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()
};