walletunlocker: use noFreeListSync param

This commit is contained in:
Oliver Gugger
2020-12-15 21:21:29 +01:00
parent d289a6ff78
commit 0c6cc71f86

View File

@@ -150,6 +150,7 @@ func New(chainDir string, params *chaincfg.Params, noFreelistSync bool,
netParams: params,
macaroonFiles: macaroonFiles,
dbTimeout: dbTimeout,
noFreelistSync: noFreelistSync,
}
}