]> Untitled Git - bdk-cli/commitdiff
Minor fixes to README and CHANGELOG
authorSteve Myers <steve@notmandatory.org>
Tue, 10 Aug 2021 12:16:37 +0000 (14:16 +0200)
committerSteve Myers <steve@notmandatory.org>
Thu, 12 Aug 2021 14:12:38 +0000 (16:12 +0200)
CHANGELOG.md
Cargo.toml
README.md

index 037687604664e710ae6062bc656e3bc7584214e5..665fed10e49d4f6fae619cb07fe993ed5da072a8 100644 (file)
@@ -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
index aa520954c6476a8f8f3e8f7b9478e595fffe52e9..8595a3fa93b6ae8fd97da8adcb9643c3976878de 100644 (file)
@@ -43,4 +43,4 @@ path = "src/bdk_cli.rs"
 required-features = ["cli"]
 
 [package.metadata.docs.rs]
-features = ["compiler"]
+features = ["compiler", "electrum"]
index 484d08ad2ba36894b30a7eed6e5b7b9735f2ad22..9d337fb2a1a1c28ead34d525fea20eb6f37ff37e 100644 (file)
--- 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