Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly enforce that all
ChannelMonitorUpdate
s are ordered
c99d3d7 updated `ChannelMonitorUpdate::update_id` to continue counting up even after the channel is closed. It, however, accidentally updated the `ChannelMonitorUpdate` application logic to skip testing that `ChannelMonitorUpdate`s are well-ordered after the channel has been closed (in an attempt to ensure other checks in the same conditional block were applied). This fixes that oversight.
- Loading branch information