Update Channel::funding_signed to use ChannelMonitorUpdate
authorMatt Corallo <git@bluematt.me>
Thu, 6 Feb 2020 18:53:56 +0000 (13:53 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 27 Feb 2020 00:15:32 +0000 (19:15 -0500)
commit8c69bb11b8e6c53f69e9a27f6657d69bee1b7e5e
treec60c893a6d8266075a41bdcd0d6350f3f2560d25
parent3b277cc39427d1f1bdbce4a4c2eea2dee493f9f0
Update Channel::funding_signed to use ChannelMonitorUpdate

This is the first of several steps to update ChannelMonitor updates
to use the new ChannelMonitorUpdate objects, demonstrating how the
new flow works in Channel.
lightning/src/ln/chan_utils.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/channelmonitor.rs