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 204a51a commit 15d1021Copy full SHA for 15d1021
lightning-transaction-sync/src/lib.rs
@@ -10,6 +10,10 @@
10
//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking.
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.
16
17
//! ## Usage Example:
18
19
//! ```ignore
0 commit comments