mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: fix macaroons typo
This commit fixes a typo which leads to a broken macaroon store.
This commit is contained in:
parent
2bf9b424ae
commit
ec2ed79f48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue