Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 818807a

Browse files
mergify[bot]brooksprumo
authored andcommitted
v1.18: ledger-tool: Set initial last full snapshot slot (backport of #2314) (#2342)
ledger-tool: Set initial last full snapshot slot (#2314) (cherry picked from commit 75a640e) Co-authored-by: Brooks <[email protected]>
1 parent 5dd43a1 commit 818807a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger-tool/src/ledger_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pub fn load_and_process_ledger(
353353
exit.clone(),
354354
abs_request_handler,
355355
process_options.accounts_db_test_hash_calculation,
356-
None,
356+
starting_snapshot_hashes.map(|x| x.full.0 .0),
357357
);
358358

359359
let enable_rpc_transaction_history = arg_matches.is_present("enable_rpc_transaction_history");

0 commit comments

Comments
 (0)