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,
|
||||
db: this.options.db,
|
||||
location: this.location('walletdb'),
|
||||
witness: this.options.witness,
|
||||
witness: false,
|
||||
useCheckpoints: this.options.useCheckpoints,
|
||||
maxFiles: this.options.maxFiles,
|
||||
startHeight: this.options.startHeight,
|
||||
|
||||
@ -86,7 +86,7 @@ function SPVNode(options) {
|
||||
client: this,
|
||||
db: this.options.db,
|
||||
location: this.location('walletdb'),
|
||||
witness: this.options.witness,
|
||||
witness: false,
|
||||
maxFiles: this.options.maxFiles,
|
||||
startHeight: this.options.startHeight,
|
||||
wipeNoReally: this.options.wipeNoReally,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user