ledger-tool cleanup and additions (#15179)

* Plumb allow-dead-slots to ledger-tool verify

* ledger-tool cleanup and add some useful missing args

Print root slots and how many unrooted past last root.
This commit is contained in:
sakridge
2021-02-06 17:26:42 -08:00
committed by GitHub
parent 774416a546
commit bbae23358c
3 changed files with 76 additions and 35 deletions

View File

@ -1010,6 +1010,7 @@ impl ReplayStage {
Some(replay_vote_sender),
None,
verify_recyclers,
false,
);
let tx_count_after = bank_progress.replay_progress.num_txs;
let tx_count = tx_count_after - tx_count_before;