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.
2 parents 26112c7 + 5c23c29 commit 0752841Copy full SHA for 0752841
stacks-node/src/nakamoto_node/signer_coordinator.rs
@@ -476,7 +476,7 @@ impl SignerCoordinator {
476
> self.total_weight
477
{
478
info!(
479
- "{}/{} signers vote to reject block",
+ "{}/{} signer weight votes to reject block",
480
block_status.total_weight_rejected, self.total_weight;
481
"signer_signature_hash" => %block_signer_sighash,
482
);
0 commit comments