Skip to content

Commit 15d1021

Browse files
committed
f Add compat notice
1 parent 204a51a commit 15d1021

File tree

1 file changed

+4
-0
lines changed
  • lightning-transaction-sync/src

1 file changed

+4
-0
lines changed

lightning-transaction-sync/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
//!- `esplora_blocking` enables syncing against an Esplora backend based on a blocking.
1111
//!- `esplora_async` enables syncing against an Esplora backend based on an async client.
1212
//!
13+
//! ## Version Compatibility
14+
//!
15+
//! Currently this crate is compatible with LDK version 0.0.113 and above.
16+
//!
1317
//! ## Usage Example:
1418
//!
1519
//! ```ignore

0 commit comments

Comments
 (0)