Store and persists full stack of tower votes in gossip (#6695) (#6752)

automerge
This commit is contained in:
mergify[bot]
2019-11-05 18:34:43 -08:00
committed by Grimes
parent 96b303e5d9
commit 92c893fe2c
8 changed files with 202 additions and 43 deletions

View File

@@ -195,7 +195,7 @@ impl VoteState {
j -= 1;
}
if j == slot_hashes.len() {
warn!(
debug!(
"{} dropped vote {:?} too old: {:?} ",
self.node_pubkey, vote, slot_hashes
);