We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d057e25 commit 64303f1Copy full SHA for 64303f1
loopd/daemon.go
@@ -633,6 +633,7 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
633
Store: staticAddressLoopInStore,
634
WalletKit: d.lnd.WalletKit,
635
ChainNotifier: d.lnd.ChainNotifier,
636
+ NotificationManager: notificationManager,
637
ChainParams: d.lnd.ChainParams,
638
Signer: d.lnd.Signer,
639
ValidateLoopInContract: loop.ValidateLoopInContract,
0 commit comments