walletdb: drop noScan option.
This commit is contained in:
parent
69242f5228
commit
9489b3dce0
@ -203,7 +203,6 @@ config.parseData = function parseData(data, prefix, dirname) {
|
|||||||
options.noAuth = bool(data.noauth);
|
options.noAuth = bool(data.noauth);
|
||||||
|
|
||||||
// Wallet
|
// Wallet
|
||||||
options.noScan = bool(data.noscan);
|
|
||||||
options.wipeNoReally = bool(data.wipenoreally);
|
options.wipeNoReally = bool(data.wipenoreally);
|
||||||
|
|
||||||
options.data = data;
|
options.data = data;
|
||||||
|
|||||||
@ -148,7 +148,6 @@ function FullNode(options) {
|
|||||||
witness: this.options.witness,
|
witness: this.options.witness,
|
||||||
useCheckpoints: this.options.useCheckpoints,
|
useCheckpoints: this.options.useCheckpoints,
|
||||||
maxFiles: this.options.maxFiles,
|
maxFiles: this.options.maxFiles,
|
||||||
noScan: this.options.noScan,
|
|
||||||
wipeNoReally: this.options.wipeNoReally,
|
wipeNoReally: this.options.wipeNoReally,
|
||||||
resolution: false,
|
resolution: false,
|
||||||
verify: false
|
verify: false
|
||||||
|
|||||||
@ -88,7 +88,6 @@ function SPVNode(options) {
|
|||||||
location: this.location('walletdb'),
|
location: this.location('walletdb'),
|
||||||
witness: this.options.witness,
|
witness: this.options.witness,
|
||||||
maxFiles: this.options.maxFiles,
|
maxFiles: this.options.maxFiles,
|
||||||
noScan: this.options.noScan,
|
|
||||||
wipeNoReally: this.options.wipeNoReally,
|
wipeNoReally: this.options.wipeNoReally,
|
||||||
resolution: true,
|
resolution: true,
|
||||||
verify: true
|
verify: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user