mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-22 14:33:08 +01:00
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.
This commit is contained in:
parent
e94647ca4e
commit
ff865eb685
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
//!
|
||||
//! ## Version Compatibility
|
||||
//!
|
||||
//! Currently this crate is compatible with nodes that were created with LDK version 0.0.113 and above.
|
||||
//! Currently this crate is compatible with LDK version 0.0.114 and above using channels which were
|
||||
//! created on LDK version 0.0.113 and above.
|
||||
//!
|
||||
//! ## Usage Example:
|
||||
//!
|
||||
|
|
Loading…
Add table
Reference in a new issue