You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
active_signer_protocol_version: local_supported_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
active_signer_protocol_version: local_supported_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
active_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
let new_burn_view_state_machine = SignerStateMachine{
463
-
burn_block,
463
+
burn_block: burn_block.clone(),
464
464
burn_block_height,
465
-
current_miner:(¤t_miner).into(),
465
+
current_miner: current_miner.clone().into(),
466
466
active_signer_protocol_version: local_supported_signer_protocol_version,// a majority of signers are saying they support version the same local_supported_signer_protocol_version, so update it here...
0 commit comments