mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-06 02:41:29 +01:00
htlcswitch+peer: notify inactive link event when htlcManager exits
This commit is contained in:
@@ -1159,6 +1159,7 @@ func (h *hopNetwork) createChannelLink(server, peer *mockServer,
|
||||
NotifyActiveLink: func(wire.OutPoint) {},
|
||||
NotifyActiveChannel: func(wire.OutPoint) {},
|
||||
NotifyInactiveChannel: func(wire.OutPoint) {},
|
||||
NotifyInactiveLinkEvent: func(wire.OutPoint) {},
|
||||
HtlcNotifier: server.htlcSwitch.cfg.HtlcNotifier,
|
||||
GetAliases: getAliases,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user