Reserve async signing related channel TLV types
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 29 Mar 2024 18:50:26 +0000 (11:50 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Fri, 29 Mar 2024 18:56:05 +0000 (11:56 -0700)
commit70e400182edddfeec886ed6d2d0faa8ede022819
tree8d37f9322d1086a33b23c6f1377c57b151c02b6d
parent51926f14862704161448c56a66f1968ed7ea4e7a
Reserve async signing related channel TLV types

A LDK user deployed to production a WIP version of the async signing
branch in which two new TLVs were added to channel. To prevent them from
needing to perform a migration, we can just new types for TLVs that have
yet to be included in a release. A note has been added to ensure types
45 and 47 are not used for another purpose.
lightning/src/ln/channel.rs