Skip to content

Commit 110956f

Browse files
committed
Make lightning-transaction-sync compat notice a bit more explicit
As `lightning-transaction-sync` was introduced with 0.0.114 and depended on prior changes in the same release cycle we deemed it reasonable to omit the implicitly limited backwards compatibility. It however turns out this might be confusing to users copy/pasting the codebase. Here we therefore spell out the implicit dependency on 0.0.114 and above.
1 parent e94647c commit 110956f

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 nodes that were created with LDK version 0.0.114 and
17+
//! above and channels that were created with LDK version 0.0.113 and above.
1718
//!
1819
//! ## Usage Example:
1920
//!

0 commit comments

Comments
 (0)