Delay closing_signed until update_fee exchanges complete
authorMatt Corallo <git@bluematt.me>
Thu, 1 Nov 2018 21:12:20 +0000 (17:12 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 3 Nov 2018 02:26:51 +0000 (22:26 -0400)
commit527d036c1b563d35a6d6994658e3833b64774ef2
tree81354f09a1db84ed37f7f6de50aa7d55bec400ed
parent78232f2aeded08b32fa4ebfeb0b77d80b337518d
Delay closing_signed until update_fee exchanges complete

See https://github.com/lightningnetwork/lightning-rfc/issues/499
for a bit more about the ambiguity we're addressing here.

Also drop holding cell update_fee the same way we drop holding
cell update_add_htlcs when sending shutdown, resolving a bug.
src/ln/channel.rs