Handle `short_to_id` state updates on channel closure via macros
authorMatt Corallo <git@bluematt.me>
Tue, 8 Feb 2022 21:43:14 +0000 (21:43 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 9 Mar 2022 19:14:38 +0000 (19:14 +0000)
commit10be993f9458ff14c2085b1abe53eceb8870ce6a
tree009ca3061cc64f5c1da950408de6ec43567b9958
parentb2629afd88b0874ca1ede986a9c789eea20c6be8
Handle `short_to_id` state updates on channel closure via macros

This avoids needing to update channel closure code in many places
as we add multiple SCIDs for each channel and have to track them.
lightning/src/ln/channelmanager.rs