Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail all
ChannelMonitorUpdate
s after holder_tx_signed
If we've signed the latest holder tx (i.e. we've force-closed and broadcasted our state), there's not much reason to accept counterparty-transaction-updating `ChannelMonitorUpdate`s, we should make sure the `ChannelManager` fails the channel as soon as possible. This standardizes the failure cases to also match those added to the previous commit, which makes things a bit more readable.
- Loading branch information