Remove the `blocked` param on `ChannelMonitorUpdates` in `Channel`
authorMatt Corallo <git@bluematt.me>
Mon, 19 Jun 2023 06:31:43 +0000 (06:31 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Jun 2023 19:25:40 +0000 (19:25 +0000)
commit60e671bb9388610dab2518806f352b6fc68bb501
tree919f32650d940b65d8d3749527193f38fa585442
parente186593687ee99d68773214b6b63aae0647dd327
Remove the `blocked` param on `ChannelMonitorUpdates` in `Channel`

Now that all `ChannelMonitorUpdate`s stored in `Channel` are
blocked we don't need a bool to track it.
lightning/src/ln/channel.rs