mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
htlcswitch+funding+discovery: update mock peers to add new QuitSignal method
This commit is contained in:
@@ -2181,3 +2181,6 @@ func (p *mockPeer) PubKey() [33]byte {
|
||||
return pubkey
|
||||
}
|
||||
func (p *mockPeer) Address() net.Addr { return nil }
|
||||
func (p *mockPeer) QuitSignal() <-chan struct{} {
|
||||
return p.quit
|
||||
}
|
||||
|
Reference in New Issue
Block a user