Skip to content

Commit

Permalink
docs(esplora): README example, uncomment async import
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Aug 13, 2024
1 parent 932c709 commit 62be7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/esplora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ To use the extension traits:
```rust
// for blocking
use bdk_esplora::EsploraExt;
// // for async
// use bdk_esplora::EsploraAsyncExt;
// for async
use bdk_esplora::EsploraAsyncExt;
```

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).
Expand Down

0 comments on commit 62be7ad

Please sign in to comment.