move VOTE to trace, info too verbose
This commit is contained in:
@ -280,7 +280,7 @@ impl Bank {
|
|||||||
let _ = self.apply_signature(tx.from, *tx_sig);
|
let _ = self.apply_signature(tx.from, *tx_sig);
|
||||||
}
|
}
|
||||||
Instruction::NewVote(_vote) => {
|
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...
|
// TODO: record the vote in the stake table...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user