From 0c6cc71f869757a9804bb5a00fe54ea9c2a0ade4 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 15 Dec 2020 21:21:29 +0100 Subject: [PATCH] walletunlocker: use noFreeListSync param --- walletunlocker/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/walletunlocker/service.go b/walletunlocker/service.go index 1744a8f9..539e130b 100644 --- a/walletunlocker/service.go +++ b/walletunlocker/service.go @@ -150,6 +150,7 @@ func New(chainDir string, params *chaincfg.Params, noFreelistSync bool, netParams: params, macaroonFiles: macaroonFiles, dbTimeout: dbTimeout, + noFreelistSync: noFreelistSync, } }