diff --git a/ledger-tool/src/ledger_utils.rs b/ledger-tool/src/ledger_utils.rs index 82797146d3a408..eaf2f2277cd599 100644 --- a/ledger-tool/src/ledger_utils.rs +++ b/ledger-tool/src/ledger_utils.rs @@ -353,7 +353,7 @@ pub fn load_and_process_ledger( exit.clone(), abs_request_handler, process_options.accounts_db_test_hash_calculation, - None, + starting_snapshot_hashes.map(|x| x.full.0 .0), ); let enable_rpc_transaction_history = arg_matches.is_present("enable_rpc_transaction_history");