ledger-tool/: Include full validator voting history in fork-graph (#6756) (#6757)

automerge
This commit is contained in:
mergify[bot]
2019-11-05 19:39:12 -08:00
committed by Grimes
parent 92c893fe2c
commit 802695934e
3 changed files with 32 additions and 19 deletions

View File

@@ -565,9 +565,10 @@ impl ReplayStage {
};
info!(
"{} voted and reset PoH at tick height {}. {}",
"{} voted and reset PoH to tick {} (within slot {}). {}",
my_pubkey,
bank.tick_height(),
bank.slot(),
next_leader_msg,
);
}