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 4a7b908 commit c9580aeCopy full SHA for c9580ae
stacks-signer/src/v0/signer.rs
@@ -43,6 +43,8 @@ use stacks_common::util::get_epoch_time_secs;
43
use stacks_common::util::secp256k1::MessageSignature;
44
use stacks_common::{debug, error, info, warn};
45
46
+#[cfg(not(any(test, feature = "testing")))]
47
+use super::signer_state::SUPPORTED_SIGNER_PROTOCOL_VERSION;
48
use super::signer_state::{GlobalStateEvaluator, LocalStateMachine};
49
use crate::chainstate::{ProposalEvalConfig, SortitionMinerStatus, SortitionsView};
50
use crate::client::{ClientError, SignerSlotID, StackerDB, StacksClient};
0 commit comments