Skip to content

Commit

Permalink
Merge pull request #4819 from stacks-network/chore/run-v0-signer-by-d…
Browse files Browse the repository at this point in the history
…efault

Run the v0 signer by default instead of v1
  • Loading branch information
jferrant authored May 23, 2024
2 parents c7c0ed7 + 20a1136 commit 9f68c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use stacks_signer::cli::{
RunSignerArgs, StackerDBArgs,
};
use stacks_signer::config::GlobalConfig;
use stacks_signer::v1::SpawnedSigner;
use stacks_signer::v0::SpawnedSigner;
use tracing_subscriber::prelude::*;
use tracing_subscriber::{fmt, EnvFilter};

Expand Down

0 comments on commit 9f68c59

Please sign in to comment.