Add utility in `ChannelMonitor` to reload `chain::Filter` data
authorMatt Corallo <git@bluematt.me>
Sun, 7 Mar 2021 17:58:14 +0000 (12:58 -0500)
committerMatt Corallo <git@bluematt.me>
Sun, 7 Mar 2021 18:05:04 +0000 (13:05 -0500)
The deserialization process for `ChannelManager`/`ChannelMonitor`
data includes reloading any relevant `chain::Filter` with data
provided from the `ChannelMonitor`, but its nice if we adapt the
data to `chain::Filter` calls for users.


No differences found