lnd.xprv/lnpeer
Johan T. Halseth b712b861f8
peer: make AddNewChannel take OpenChannel
This commit makes the AddNewChannel expect a OpenChannel instead of a
LightningChannel struct. This moves the responsibility for starting the
LightningChannel from the fundingmanager to the peer, and we can defer
the channel restoration until we know that the channel is not already
active.
2018-09-28 08:59:27 +02:00
..
peer.go peer: make AddNewChannel take OpenChannel 2018-09-28 08:59:27 +02:00