Add docs for EsploraAsyncExt and make doctests runnable

This commit is contained in:
志宇
2023-03-10 13:40:27 +13:00
parent 82f5d9c81e
commit 877b658787
3 changed files with 11 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ To persist the `Wallet` on disk, `Wallet` needs to be constructed with a
**Example**
```rust,no_run
```rust
use bdk::{bitcoin::Network, wallet::{AddressIndex, Wallet}};
fn main() {