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 df5fd45 commit e5dde67Copy full SHA for e5dde67
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