loopd: fix macaroons typo

This commit fixes a typo which leads to a broken macaroon store.
This commit is contained in:
sputn1ck 2023-03-15 22:04:59 +01:00
parent 2bf9b424ae
commit ec2ed79f48
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4

View file

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