diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376876..665fed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Update repl feature to not include electrum +- Update default feature to not include electrum - Upgrade to `bdk` v0.7.x - Add top level command "Compile" which compiles a miniscript policy to an output descriptor - Add `CompactFilterOpts` to `WalletOpts` to enable compact-filter blockchain configuration diff --git a/Cargo.toml b/Cargo.toml index aa52095..8595a3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,4 +43,4 @@ path = "src/bdk_cli.rs" required-features = ["cli"] [package.metadata.docs.rs] -features = ["compiler"] +features = ["compiler", "electrum"] diff --git a/README.md b/README.md index 484d08a..9d337fb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ At most one blockchain feature can be enabled, available blockchain client featu You can the install the binaries for the latest tag of `bdk-cli` with online wallet features directly from [crates.io](https://crates.io/crates/bdk-cli) with a command as below: ```sh -cargo install bdk-cli --features `electrum` +cargo install bdk-cli --features electrum ``` ### bdk-cli bin usage examples