Skip to content

Commit 0752841

Browse files
authored
Merge pull request #6383 from obycode/chore/improve-log
chore: improve signer coordinator log
2 parents 26112c7 + 5c23c29 commit 0752841

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)