mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #558 from sputn1ck/fix_macaroon_aperture
This commit is contained in:
commit
2955f92291
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