Skip to content

Commit 64303f1

Browse files
committed
loopd/staticaddr: add ntfn manager
1 parent d057e25 commit 64303f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loopd/daemon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
633633
Store: staticAddressLoopInStore,
634634
WalletKit: d.lnd.WalletKit,
635635
ChainNotifier: d.lnd.ChainNotifier,
636+
NotificationManager: notificationManager,
636637
ChainParams: d.lnd.ChainParams,
637638
Signer: d.lnd.Signer,
638639
ValidateLoopInContract: loop.ValidateLoopInContract,

0 commit comments

Comments
 (0)