We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23876fb commit d37f2bcCopy full SHA for d37f2bc
stacks-signer/src/v0/signer.rs
@@ -251,7 +251,7 @@ impl Signer {
251
block_proposal: &BlockProposal,
252
miner_pubkey: &Secp256k1PublicKey,
253
) {
254
- info!("{self}: Received a block proposal: {block_proposal:?}");
+ debug!("{self}: Received a block proposal: {block_proposal:?}");
255
if block_proposal.reward_cycle != self.reward_cycle {
256
// We are not signing for this reward cycle. Ignore the block.
257
debug!(
0 commit comments