DRY the event handling in `ChannelManager`
authorMatt Corallo <git@bluematt.me>
Thu, 30 Mar 2023 23:35:07 +0000 (23:35 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 12 Apr 2023 17:01:45 +0000 (17:01 +0000)
commitfb86fc2744a5235c3e1b2d809d32b60be44c6200
tree5e93423807889e60b6cf344186f13048042a49c3
parent157af6ec1c124bee8fff956c6b8115babb572c7a
DRY the event handling in `ChannelManager`

In the coming commits we'll add some additional complexity to the
event handling flows, so best to DRY them up before we get there.
lightning/src/ln/channelmanager.rs