Move some additional test macros into functions
[rust-lightning] / lightning-transaction-sync / src / lib.rs
index 791490d9dfcf2b90f8bfceae99b6ed31304ba23a..05b71d21bb5faaa05d5b0cebccb252b69e9e8db0 100644 (file)
@@ -7,8 +7,9 @@
 //!
 //! ## 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
 //!