]> git.bitcoin.ninja Git - rust-lightning/commit
Offer features for BOLT 12
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 24 Jun 2022 21:40:49 +0000 (16:40 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 4 Nov 2022 20:07:01 +0000 (15:07 -0500)
commit50aeee5afb57644432254122a921e438f10e92d5
tree413833b205b93242f6764944a55d018d1d377690
parent8f525c4390882ccda3380c75f681898c8e492e80
Offer features for BOLT 12

The offer message in BOLT 12 contains a features TLV record. Add a
corresponding OfferFeatures type where the length is not included in the
serialization as it would be redundant with the record length.
Otherwise, define the features to be the same as InvoiceFeatures.
lightning/src/ln/features.rs