Skip to content

Commit 42066c3

Browse files
committed
f Crate docs
1 parent 15d1021 commit 42066c3

File tree

1 file changed

+2
-2
lines changed
  • lightning-transaction-sync/src

1 file changed

+2
-2
lines changed

lightning-transaction-sync/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
//!
88
//! ## Features and Backend Support
99
//!
10-
//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking.
10+
//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking client.
1111
//!- `esplora_async` enables syncing against an Esplora backend based on an async client.
1212
//!
1313
//! ## Version Compatibility
1414
//!
15-
//! Currently this crate is compatible with LDK version 0.0.113 and above.
15+
//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above.
1616
//!
1717
//! ## Usage Example:
1818
//!

0 commit comments

Comments
 (0)