Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Mar 13, 2023
1 parent 352f95f commit bc3e05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Fully working examples of how to use these components are in `/example-crates`
[`rust-miniscript`]: https://github.com/rust-bitcoin/rust-miniscript
[`rust-bitcoin`]: https://github.com/rust-bitcoin/rust-bitcoin
[`esplora-client`]: https://docs.rs/esplora-client/0.3.0/esplora_client/
[`electrum-client`]: https://docs.rs/electrum-client/0.13.0/electrum_client/
6 changes: 3 additions & 3 deletions crates/bdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ This can be created manually or from blockchain-scanning crates.

**Examples**

* [`example-crates/wallet_esplora`]
* [`example-crates/wallet_electrum`]
* [`example-crates/wallet_esplora`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora)
* [`example-crates/wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_electrum)

### Persistence

To persist the `Wallet` on disk, `Wallet` needs to be constructed with a
[`Persist`](`bdk_chain::keychain::persist::Persist`) implementation.
[`Persist`](https://docs.rs/bdk_chain/latest/bdk_chain/keychain/struct.KeychainPersist.html) implementation.

**Implementations**

Expand Down

0 comments on commit bc3e05c

Please sign in to comment.