Handle `MonitorUpdateCompletionAction`s after monitor update sync
authorMatt Corallo <git@bluematt.me>
Fri, 27 Jan 2023 06:14:18 +0000 (06:14 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 22 Feb 2023 00:51:13 +0000 (00:51 +0000)
commit9802afa53bac30e8bb831d267868b2aaabb61668
tree4bf43c6ae307bfc5abe00f74852a8a8559846366
parentba07622d0573e30d1343ef9c50aa5bc8ed8ef61e
Handle `MonitorUpdateCompletionAction`s after monitor update sync

In a previous PR, we added a `MonitorUpdateCompletionAction` enum
which described actions to take after a `ChannelMonitorUpdate`
persistence completes. At the time, it was only used to execute
actions in-line, however in the next commit we'll start (correctly)
leaving the existing actions until after monitor updates complete.
lightning/src/ln/channelmanager.rs