Skip to content

Commit d37f2bc

Browse files
committed
move to debug block proposal log
1 parent 23876fb commit d37f2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ impl Signer {
251251
block_proposal: &BlockProposal,
252252
miner_pubkey: &Secp256k1PublicKey,
253253
) {
254-
info!("{self}: Received a block proposal: {block_proposal:?}");
254+
debug!("{self}: Received a block proposal: {block_proposal:?}");
255255
if block_proposal.reward_cycle != self.reward_cycle {
256256
// We are not signing for this reward cycle. Ignore the block.
257257
debug!(

0 commit comments

Comments
 (0)