user process.accounts_db_test_hash_calculation for debug_verify hash (#18053)
This commit is contained in:
committed by
GitHub
parent
0eb5b0ce42
commit
ec2f930475
@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user