Skip to content

Commit

Permalink
ledger-tool: Set initial last full snapshot slot (#2314)
Browse files Browse the repository at this point in the history
(cherry picked from commit 75a640e)
  • Loading branch information
brooksprumo authored and mergify[bot] committed Jul 29, 2024
1 parent 7314a31 commit dbaac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/ledger_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit dbaac2d

Please sign in to comment.