Skip to content

Commit 1251b82

Browse files
committed
doc(README): add "not intended for production" notice in file store
1 parent 83e6229 commit 1251b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The project is split up into several crates in the `/crates` directory:
4242
- [`wallet`](./crates/wallet): Contains the central high level `Wallet` type that is built from the low-level mechanisms provided by the other components
4343
- [`chain`](./crates/chain): Tools for storing and indexing chain data
4444
- [`persist`](./crates/persist): Types that define data persistence of a BDK wallet
45-
- [`file_store`](./crates/file_store): A (experimental) persistence backend for storing chain data in a single file.
45+
- [`file_store`](./crates/file_store): Persistence backend for storing chain data in a single file. Intended for testing and development purposes, not for production.
4646
- [`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.
4747
- [`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.
4848

0 commit comments

Comments
 (0)