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

This commit is contained in:
Michael Vines
2019-11-05 19:40:00 -07:00
committed by GitHub
parent 0c2bf022fa
commit 09e648f957
3 changed files with 32 additions and 19 deletions

View File

@ -578,9 +578,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,
);
}