mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
walletunlocker: use noFreeListSync param
This commit is contained in:
@@ -150,6 +150,7 @@ func New(chainDir string, params *chaincfg.Params, noFreelistSync bool,
|
|||||||
netParams: params,
|
netParams: params,
|
||||||
macaroonFiles: macaroonFiles,
|
macaroonFiles: macaroonFiles,
|
||||||
dbTimeout: dbTimeout,
|
dbTimeout: dbTimeout,
|
||||||
|
noFreelistSync: noFreelistSync,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user