mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 11:56:58 +02:00
htlcswitch+discovery mock: adhere to new lnpeer interface
This commit is contained in:
@@ -543,7 +543,7 @@ func (s *mockServer) Address() net.Addr {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *mockServer) AddNewChannel(channel *lnwallet.LightningChannel,
|
||||
func (s *mockServer) AddNewChannel(channel *channeldb.OpenChannel,
|
||||
cancel <-chan struct{}) error {
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user