]> git.bitcoin.ninja Git - rust-lightning/commit
Make `lightning-transaction-sync` compat notice a bit more explicit
authorElias Rohrer <ero@tnull.de>
Fri, 5 May 2023 09:26:50 +0000 (11:26 +0200)
committerElias Rohrer <ero@tnull.de>
Tue, 9 May 2023 08:44:48 +0000 (10:44 +0200)
commitff865eb6858696eb6f9ad4a18ec4631686017001
tree852f98e1efb92009d44d1e496cce00d5617237fd
parente94647ca4ebc63be4a8164804d08cf37e4655d6c
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.
lightning-transaction-sync/src/lib.rs