From 4e6e1b4dfb588af75d6f8e5e9044843c5099df09 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Fri, 17 Mar 2023 09:22:14 +0000
Subject: [PATCH] Publish autogenerated nightly docs
---
.../bdk/nightly/latest/bdk_esplora/index.html | 6 +++---
.../nightly/latest/bdk_esplora/sidebar-items.js | 2 +-
.../bdk_esplora/trait.EsploraAsyncExt.html | 11 +++++++----
.../docs-rs/bdk/nightly/latest/search-index.js | 2 +-
.../latest/src/bdk_esplora/async_ext.rs.html | 16 +++++++++++++++-
5 files changed, 27 insertions(+), 10 deletions(-)
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.