(cherry picked from commit 2cb006fa44
)
Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
@ -315,7 +315,7 @@ impl VoteState {
|
|||||||
return Err(VoteError::VoteTooOld);
|
return Err(VoteError::VoteTooOld);
|
||||||
}
|
}
|
||||||
if i != vote.slots.len() {
|
if i != vote.slots.len() {
|
||||||
warn!(
|
info!(
|
||||||
"{} dropped vote {:?} failed to match slot: {:?}",
|
"{} dropped vote {:?} failed to match slot: {:?}",
|
||||||
self.node_pubkey, vote, slot_hashes,
|
self.node_pubkey, vote, slot_hashes,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user