File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ SignerAgreementStateChangeReason {
33
33
InactiveMiner ( "inactive_miner" ) ,
34
34
/// Signer agreement protocol version has been upgraded
35
35
ProtocolUpgrade ( "protocol_upgrade" ) ,
36
+ /// An update related to the Miner view
37
+ MinerViewUpdate ( "miner_view_update" ) ,
36
38
} ) ;
37
39
38
40
define_named_enum ! (
Original file line number Diff line number Diff line change @@ -830,6 +830,9 @@ impl LocalStateMachine {
830
830
"current_miner" => ?current_miner,
831
831
"new_miner" => ?new_miner,
832
832
) ;
833
+ crate :: monitoring:: actions:: increment_signer_agreement_state_change_reason (
834
+ crate :: monitoring:: SignerAgreementStateChangeReason :: MinerViewUpdate ,
835
+ ) ;
833
836
* self = Self :: Initialized ( SignerStateMachine {
834
837
burn_block,
835
838
burn_block_height,
You can’t perform that action at this time.
0 commit comments