Skip to content

Commit 584b10a

Browse files
committed
docs(esplora): README example, uncomment async import
1 parent 3eb5dd1 commit 584b10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/esplora/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ To use the extension traits:
2727
```rust
2828
// for blocking
2929
use bdk_esplora::EsploraExt;
30-
// // for async
31-
// use bdk_esplora::EsploraAsyncExt;
30+
// for async
31+
use bdk_esplora::EsploraAsyncExt;
3232
```
3333

3434
For full examples, refer to [`example-crates/wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_blocking) and [`example-crates/wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_async).

0 commit comments

Comments
 (0)