rust-lightning/lightning
Matt Corallo d271d74bc7 Use Channel::funding_txo instead of its channel_monitor.funding_txo
Currently Channel relies on its own internal channel_monitor copy
to keep track of funding_txo information, which is both a bit
awkward and not ideal if we want to get rid of the ChannelMonitor
copy in Channel.

Instead, just duplicate it (its small) and keep it directly in
Channel, allowing us to remove the (super awkward)
ChannelMonitor::unset_funding_txo().
2020-02-26 17:48:31 -05:00
..
src Use Channel::funding_txo instead of its channel_monitor.funding_txo 2020-02-26 17:48:31 -05:00
Cargo.toml Bump versions to 0.0.10 2019-12-11 17:29:42 -05:00