Skip to content

Commit b889ded

Browse files
Fix spending policy blog post cli install features
1 parent 862fd57 commit b889ded

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Thunderbiscuit
2+
name: thunderbiscuit
33
photo:
44
twitter: thunderB__
55
mastodon: https://fosstodon.org/@thunderbiscuit
6-
github: https://github.com/thunderBiscuit
6+
github: https://github.com/thunderbiscuit
77
web: https://thunderbiscuit.com/
88
---

docs/_blog/spending_policy_demo.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Spending Policy Demo"
33
description: "Demonstrate how to use a descriptor wallet with different spending policies"
44
authors:
55
- Steve Myers
6-
- Thunderbiscuit
6+
- thunderbiscuit
77
date: "2021-02-23"
88
tags: ["guide", "descriptor"]
99
permalink: "/blog/2021/02/spending-policy-demo/"
@@ -31,11 +31,11 @@ In a real-world wallet a longer relative time-lock would probably be used, but w
3131
### Step 0: Install a recent version `bdk-cli`
3232

3333
```bash
34-
cargo install bdk-cli --features repl,electrum,esplora
34+
cargo install bdk-cli --features electrum
3535

3636
# confirm bdk-cli is installed
3737
bdk-cli --version
38-
BDK CLI 0.2.0
38+
BDK CLI 0.4.0
3939

4040
# bdk-cli usage can be explored with the `help` sub-command
4141
bdk-cli help

docs/bdk-cli/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-
3232
# all features with the async esplora client
3333
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora-reqwest,compiler
3434

35-
# minimal install
35+
# minimal install (only repl feature is on by default)
3636
cargo install --git https://github.com/bitcoindevkit/bdk-cli
3737
```
3838

0 commit comments

Comments
 (0)