Skip to content

Commit 7884bc4

Browse files
authored
Merge pull request #2270 from tnull/2023-05-improve-tx-sync-compat-notice
Make `lightning-transaction-sync` compat notice a bit more explicit
2 parents 1279c68 + ff865eb commit 7884bc4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

lightning-transaction-sync/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
//!
1414
//! ## Version Compatibility
1515
//!
16-
//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above.
16+
//! Currently this crate is compatible with LDK version 0.0.114 and above using channels which were
17+
//! created on LDK version 0.0.113 and above.
1718
//!
1819
//! ## Usage Example:
1920
//!

0 commit comments

Comments
 (0)