move VOTE to trace, info too verbose

This commit is contained in:
Rob Walker 2018-08-03 17:00:18 -07:00
parent a13058b6c4
commit 906d18a709
1 changed files with 1 additions and 1 deletions

View File

@ -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...
}
}