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 25eab26 commit c69041dCopy full SHA for c69041d
loopd/daemon.go
@@ -649,6 +649,8 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
649
ChainNotifier: d.lnd.ChainNotifier,
650
ReservationClient: reservationClient,
651
NotificationManager: notificationManager,
652
+ LightningClient: d.lnd.Client,
653
+ RouterClient: d.lnd.Router,
654
}
655
656
reservationManager = reservation.NewManager(
0 commit comments