diff --git a/walletunlocker/service.go b/walletunlocker/service.go index 1744a8f9d..539e130bb 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, } }