Set ChannelMonitor basic_channel_info on funding, not on accept
authorMatt Corallo <git@bluematt.me>
Sat, 8 Feb 2020 21:17:59 +0000 (16:17 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 27 Feb 2020 00:15:32 +0000 (19:15 -0500)
commit537bd357f9b6de22ca0ee55da270986f9f00a901
tree371a2a781fbd8a621e329c60ae3554a6e2f46c1c
parentdf5053d3969689036582ffa46bf3da61b7238bf0
Set ChannelMonitor basic_channel_info on funding, not on accept

This prepares for only creating the ChannelMonitor on funding by
removing any channel_monitor calls from Channel open/accept-time to
funding-signed time.
lightning/src/ln/channel.rs