Skip to content

Commit 7b8faa3

Browse files
committed
doc: remove persist crate from README
1 parent 609f12c commit 7b8faa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ The project is split up into several crates in the `/crates` directory:
3737

3838
- [`wallet`](./crates/wallet): Contains the central high level `Wallet` type that is built from the low-level mechanisms provided by the other components
3939
- [`chain`](./crates/chain): Tools for storing and indexing chain data
40-
- [`persist`](./crates/persist): Types that define data persistence of a BDK wallet
4140
- [`file_store`](./crates/file_store): Persistence backend for storing chain data in a single file. Intended for testing and development purposes, not for production.
4241
- [`esplora`](./crates/esplora): Extends the [`esplora-client`] crate with methods to fetch chain data from an esplora HTTP server in the form that [`bdk_chain`] and `Wallet` can consume.
4342
- [`electrum`](./crates/electrum): Extends the [`electrum-client`] crate with methods to fetch chain data from an electrum server in the form that [`bdk_chain`] and `Wallet` can consume.

0 commit comments

Comments
 (0)