diff --git a/autopilot/interface.go b/autopilot/interface.go index 8c94d6d7..2c7c5191 100644 --- a/autopilot/interface.go +++ b/autopilot/interface.go @@ -136,8 +136,7 @@ type ChannelController interface { // specified amount. This function should un-block immediately after // the funding transaction that marks the channel open has been // broadcast. - OpenChannel(target *btcec.PublicKey, amt btcutil.Amount, - addrs []net.Addr) error + OpenChannel(target *btcec.PublicKey, amt btcutil.Amount) error // CloseChannel attempts to close out the target channel. //