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 4dbbbc2 commit 1c9c412Copy full SHA for 1c9c412
stacks-signer/src/v0/signer.rs
@@ -1374,7 +1374,7 @@ impl Signer {
1374
// Not enough rejection signatures to make a decision
1375
return;
1376
}
1377
- debug!("{self}: {total_reject_weight}/{total_weight} signers voted to reject the block {block_hash}");
+ info!("{self}: {total_reject_weight}/{total_weight} signers voted to reject the block {block_hash}");
1378
if let Err(e) = self.signer_db.mark_block_globally_rejected(&mut block_info) {
1379
warn!("{self}: Failed to mark block as globally rejected: {e:?}",);
1380
0 commit comments