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)
commit135cff1c954339c3a07d4ea7e970e440632fc5a9
treecce6316b4c56713b2106d8883eab200f9a952a17
parentb5d88a5422913a0a8950455c5f86764a042429d7
Add utility in `ChannelMonitor` to reload `chain::Filter` data

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.
lightning/src/chain/channelmonitor.rs