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 ef9e0a9 commit 30047beCopy full SHA for 30047be
stacks-signer/src/monitoring/mod.rs
@@ -32,7 +32,7 @@ SignerAgreementStateChangeReason {
32
/// A miner is inactive when it should be starting its tenure
33
InactiveMiner("inactive_miner"),
34
/// Signer agreement protocol version has been upgraded
35
- ProtocalUpgrade("protocol_upgrade"),
+ ProtocolUpgrade("protocol_upgrade"),
36
});
37
38
/// Actions for updating metrics
0 commit comments