verify bank hash on startup with ledger tool option (#17939)

This commit is contained in:
Jeff Washington (jwash)
2021-06-15 11:52:12 -05:00
committed by GitHub
parent 1b1d34da59
commit f558b9b6bf
7 changed files with 59 additions and 39 deletions

View File

@ -143,6 +143,7 @@ fn load_from_snapshot(
process_options.accounts_db_caching_enabled,
process_options.limit_load_slot_count_from_snapshot,
process_options.shrink_ratio,
process_options.accounts_db_test_hash_calculation,
)
.expect("Load from snapshot failed");
if let Some(shrink_paths) = shrink_paths {