diff --git a/src/bank.rs b/src/bank.rs index 65c166229a..01a55eaa3e 100644 --- a/src/bank.rs +++ b/src/bank.rs @@ -280,7 +280,7 @@ impl Bank { let _ = self.apply_signature(tx.from, *tx_sig); } Instruction::NewVote(_vote) => { - info!("GOT VOTE! last_id={:?}", &tx.last_id.as_ref()[..8]); + trace!("GOT VOTE! last_id={:?}", &tx.last_id.as_ref()[..8]); // TODO: record the vote in the stake table... } }