From: 志宇 Date: Mon, 12 Aug 2024 04:23:16 +0000 (+0000) Subject: docs(esplora): README example, uncomment async import X-Git-Tag: v1.0.0-beta.2~10^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.DisplayArray.html?a=commitdiff_plain;h=584b10aff153e72777209f540c7bd970b4b4de04;p=bdk docs(esplora): README example, uncomment async import --- diff --git a/crates/esplora/README.md b/crates/esplora/README.md index d61b09aa..ef2e6517 100644 --- a/crates/esplora/README.md +++ b/crates/esplora/README.md @@ -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).