Skip to content

Commit 30047be

Browse files
committed
crc: fix typo on ProtocolUpgrade enum variant, #5918
1 parent ef9e0a9 commit 30047be

File tree

1 file changed

+1
-1
lines changed
  • stacks-signer/src/monitoring

1 file changed

+1
-1
lines changed

stacks-signer/src/monitoring/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SignerAgreementStateChangeReason {
3232
/// A miner is inactive when it should be starting its tenure
3333
InactiveMiner("inactive_miner"),
3434
/// Signer agreement protocol version has been upgraded
35-
ProtocalUpgrade("protocol_upgrade"),
35+
ProtocolUpgrade("protocol_upgrade"),
3636
});
3737

3838
/// Actions for updating metrics

0 commit comments

Comments
 (0)