Skip to content

Commit

Permalink
Minor fixes to README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 12, 2021
1 parent 2de50e5 commit 7c4f5e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ path = "src/bdk_cli.rs"
required-features = ["cli"]

[package.metadata.docs.rs]
features = ["compiler"]
features = ["compiler", "electrum"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c4f5e7

Please sign in to comment.