Skip to content

Commit

Permalink
v1.18: ledger-tool: Set initial last full snapshot slot (backport of #…
Browse files Browse the repository at this point in the history
…2314) (#2342)

ledger-tool: Set initial last full snapshot slot (#2314)

(cherry picked from commit 75a640e)

Co-authored-by: Brooks <brooks@anza.xyz>
  • Loading branch information
mergify[bot] and brooksprumo authored Jul 31, 2024
1 parent c45d097 commit 0df68a9
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 0df68a9

Please sign in to comment.