From: github-actions
Date: Fri, 17 Mar 2023 09:22:14 +0000 (+0000)
Subject: Publish autogenerated nightly docs
X-Git-Url: http://internal-gitweb-vhost/script/%22https:/bdk_tmp_plan/enum.SigningError.html?a=commitdiff_plain;h=4e6e1b4dfb588af75d6f8e5e9044843c5099df09;p=bitcoindevkit.org
Publish autogenerated nightly docs
---
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html
index ccfd3c57d8..590ff85d4e 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html
@@ -12,11 +12,11 @@ from an Esplora server.
For async-only (with https):
bdk_esplora = { version = "0.1", features = ["async-https"] }
-To use the extension trait:
+To use the extension traits:
use bdk_esplora::EsploraExt;
use bdk_esplora::EsploraAsyncExt;
-
-Trait to extend [esplora_client::BlockingClient] functionality.