X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-transaction-sync%2Fsrc%2Flib.rs;h=ca3ce3f8ad68d5280c2c611fbe2eaab0f81e1bb0;hb=5043bd793d12f9091ca3f58023cec75163eac920;hp=791490d9dfcf2b90f8bfceae99b6ed31304ba23a;hpb=be4bb58573ab6f56f363496574d64fa83074364b;p=rust-lightning diff --git a/lightning-transaction-sync/src/lib.rs b/lightning-transaction-sync/src/lib.rs index 791490d9..ca3ce3f8 100644 --- a/lightning-transaction-sync/src/lib.rs +++ b/lightning-transaction-sync/src/lib.rs @@ -7,12 +7,14 @@ //! //! ## Features and Backend Support //! -//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking client. -//!- `esplora_async` enables syncing against an Esplora backend based on an async client. +//!- `esplora-blocking` enables syncing against an Esplora backend based on a blocking client. +//!- `esplora-async` enables syncing against an Esplora backend based on an async client. +//!- `esplora-async-https` enables the async Esplora client with support for HTTPS. //! //! ## Version Compatibility //! -//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above. +//! Currently this crate is compatible with LDK version 0.0.114 and above using channels which were +//! created on LDK version 0.0.113 and above. //! //! ## Usage Example: //!