mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: update reservation cfg
This commit is contained in:
parent
327d4b42d0
commit
5ca0ccd486
1 changed files with 2 additions and 0 deletions
|
|
@ -761,6 +761,8 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
|
|||
ChainNotifier: d.lnd.ChainNotifier,
|
||||
ReservationClient: reservationClient,
|
||||
NotificationManager: notificationManager,
|
||||
LightningClient: d.lnd.Client,
|
||||
RouterClient: d.lnd.Router,
|
||||
}
|
||||
|
||||
reservationManager = reservation.NewManager(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue