walletdb: disable witness wallets by default for now.
This commit is contained in:
parent
0825007c3d
commit
9e00fc6360
@ -145,7 +145,7 @@ function FullNode(options) {
|
|||||||
client: this,
|
client: this,
|
||||||
db: this.options.db,
|
db: this.options.db,
|
||||||
location: this.location('walletdb'),
|
location: this.location('walletdb'),
|
||||||
witness: this.options.witness,
|
witness: false,
|
||||||
useCheckpoints: this.options.useCheckpoints,
|
useCheckpoints: this.options.useCheckpoints,
|
||||||
maxFiles: this.options.maxFiles,
|
maxFiles: this.options.maxFiles,
|
||||||
startHeight: this.options.startHeight,
|
startHeight: this.options.startHeight,
|
||||||
|
|||||||
@ -86,7 +86,7 @@ function SPVNode(options) {
|
|||||||
client: this,
|
client: this,
|
||||||
db: this.options.db,
|
db: this.options.db,
|
||||||
location: this.location('walletdb'),
|
location: this.location('walletdb'),
|
||||||
witness: this.options.witness,
|
witness: false,
|
||||||
maxFiles: this.options.maxFiles,
|
maxFiles: this.options.maxFiles,
|
||||||
startHeight: this.options.startHeight,
|
startHeight: this.options.startHeight,
|
||||||
wipeNoReally: this.options.wipeNoReally,
|
wipeNoReally: this.options.wipeNoReally,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user