Skip to content

Commit

Permalink
Disable testnet feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Oct 27, 2023
1 parent b204c24 commit ac4c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ toml = { version = "0.7.2", features = ["parse"] }
semver = "1.0.18"

[features]
default = ["full", "feat-ibc", "testnet", "legacy-bin"]
default = ["full", "feat-ibc", "legacy-bin"]
full = [
"bitcoincore-rpc-async",
"clap",
Expand Down

0 comments on commit ac4c536

Please sign in to comment.