autopilot: modify OpenChannel to no longer take in set of addrs
This commit is contained in:
parent
4492cb934f
commit
2fbe95ebba
@ -136,8 +136,7 @@ type ChannelController interface {
|
|||||||
// specified amount. This function should un-block immediately after
|
// specified amount. This function should un-block immediately after
|
||||||
// the funding transaction that marks the channel open has been
|
// the funding transaction that marks the channel open has been
|
||||||
// broadcast.
|
// broadcast.
|
||||||
OpenChannel(target *btcec.PublicKey, amt btcutil.Amount,
|
OpenChannel(target *btcec.PublicKey, amt btcutil.Amount) error
|
||||||
addrs []net.Addr) error
|
|
||||||
|
|
||||||
// CloseChannel attempts to close out the target channel.
|
// CloseChannel attempts to close out the target channel.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user