loopd: fix macaroons typo

This commit fixes a typo which leads to a broken macaroon store.
pull/558/head
sputn1ck 1 year ago
parent 2bf9b424ae
commit ec2ed79f48
No known key found for this signature in database
GPG Key ID: 671103D881A5F0E4

@ -390,7 +390,7 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
} }
rks, db, err := lndclient.NewBoltMacaroonStore( rks, db, err := lndclient.NewBoltMacaroonStore(
d.cfg.DataDir, "macarooons.db", loopdb.DefaultLoopDBTimeout, d.cfg.DataDir, "macaroons.db", loopdb.DefaultLoopDBTimeout,
) )
if err != nil { if err != nil {
return err return err

Loading…
Cancel
Save