Implement the closing_signed TLV suffix with allowed fee ranges
authorMatt Corallo <git@bluematt.me>
Mon, 5 Jul 2021 23:21:36 +0000 (23:21 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 13 Aug 2021 23:02:23 +0000 (23:02 +0000)
commit6dc9076e664a47486610cdc4572e4f43527426af
tree2de8b832358537373a94afb067ceb4a2c03b761f
parent769eea8a8d706db198d7fb338f159f79ca9db652
Implement the closing_signed TLV suffix with allowed fee ranges

This adds the serialization and structures for the new fee range
specifiers in closing_signed as added upstream at
https://github.com/lightningnetwork/lightning-rfc/pull/847
fuzz/src/msg_targets/gen_target.sh
fuzz/src/msg_targets/mod.rs
fuzz/src/msg_targets/msg_closing_signed.rs
lightning/src/ln/channel.rs
lightning/src/ln/msgs.rs