From ec09febcf056e9947fec8a9b0f7cfea86da07c73 Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Wed, 14 Feb 2024 16:15:40 -0600 Subject: [PATCH] Update default features for stakenet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc978952..1fb7dd1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ toml = { version = "0.7.2", features = ["parse"] } semver = "1.0.18" [features] -default = ["full", "feat-ibc", "testnet"] +default = ["full", "feat-ibc", "legacy-bin"] full = [ "bitcoincore-rpc-async", "clap",