We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d1021 commit 42066c3Copy full SHA for 42066c3
lightning-transaction-sync/src/lib.rs
@@ -7,12 +7,12 @@
7
//!
8
//! ## Features and Backend Support
9
10
-//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking.
+//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking client.
11
//!- `esplora_async` enables syncing against an Esplora backend based on an async client.
12
13
//! ## Version Compatibility
14
15
-//! Currently this crate is compatible with LDK version 0.0.113 and above.
+//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above.
16
17
//! ## Usage Example:
18
0 commit comments