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 fe885cf commit d4d63abCopy full SHA for d4d63ab
loopd/daemon.go
@@ -657,6 +657,8 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
657
ChainNotifier: d.lnd.ChainNotifier,
658
ReservationClient: reservationClient,
659
NotificationManager: notificationManager,
660
+ LightningClient: d.lnd.Client,
661
+ RouterClient: d.lnd.Router,
662
}
663
664
reservationManager = reservation.NewManager(
0 commit comments