Skip to content

Commit c9580ae

Browse files
committed
Add missing import for SUPPORTED_SIGNER_PROTOCOL_VERSION
This fixes #6072.
1 parent 4a7b908 commit c9580ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ use stacks_common::util::get_epoch_time_secs;
4343
use stacks_common::util::secp256k1::MessageSignature;
4444
use stacks_common::{debug, error, info, warn};
4545

46+
#[cfg(not(any(test, feature = "testing")))]
47+
use super::signer_state::SUPPORTED_SIGNER_PROTOCOL_VERSION;
4648
use super::signer_state::{GlobalStateEvaluator, LocalStateMachine};
4749
use crate::chainstate::{ProposalEvalConfig, SortitionMinerStatus, SortitionsView};
4850
use crate::client::{ClientError, SignerSlotID, StackerDB, StacksClient};

0 commit comments

Comments
 (0)