Merge pull request #2270 from tnull/2023-05-improve-tx-sync-compat-notice

Make `lightning-transaction-sync` compat notice a bit more explicit
This commit is contained in:
Matt Corallo 2023-05-09 17:06:43 +00:00 committed by GitHub
commit 7884bc43a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
//!