Use the new `load_outputs_to_watch` util in `ChainMonitor` 2021-03-chanmon-deser-utils
authorMatt Corallo <git@bluematt.me>
Mon, 8 Mar 2021 05:06:31 +0000 (00:06 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 8 Mar 2021 16:45:32 +0000 (11:45 -0500)
commitf52f777c97887deba2814e9e9d9f82cd629b5cc4
treed171cd61bdce6f227d02379c1e6e6f50e86d4afa
parent154dfe57555b154c1f399c2328196b2a5da69689
Use the new `load_outputs_to_watch` util in `ChainMonitor`

This is slightly more effecient as it avoids a clone, but its also
nice to use our own code more.
lightning/src/chain/chainmonitor.rs