Skip to content

Commit a1e0b25

Browse files
authored
Merge pull request #6073 from moodmosaic/fix/6072
Fix: add missing SUPPORTED_SIGNER_PROTOCOL_VERSION import in signer.rs
2 parents 4a7b908 + c9580ae commit a1e0b25

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)