Skip to content

Commit cf9a2e5

Browse files
authored
Merge branch 'develop' into fix/bad-syntax-binding-error-variants
2 parents 61daffe + 0752841 commit cf9a2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-node/src/nakamoto_node/signer_coordinator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ impl SignerCoordinator {
476476
> self.total_weight
477477
{
478478
info!(
479-
"{}/{} signers vote to reject block",
479+
"{}/{} signer weight votes to reject block",
480480
block_status.total_weight_rejected, self.total_weight;
481481
"signer_signature_hash" => %block_signer_sighash,
482482
);

0 commit comments

Comments
 (0)