walletdb: serious change.
This commit is contained in:
parent
cadd3f31ea
commit
a653707a17
@ -72,7 +72,7 @@ function WalletDB(options) {
|
|||||||
this.tx = new bcoin.txdb(this, {
|
this.tx = new bcoin.txdb(this, {
|
||||||
verify: this.options.verify,
|
verify: this.options.verify,
|
||||||
useCheckpoints: this.options.useCheckpoints,
|
useCheckpoints: this.options.useCheckpoints,
|
||||||
useFilter: true,
|
useFilter: true
|
||||||
});
|
});
|
||||||
|
|
||||||
if (bcoin.useWorkers)
|
if (bcoin.useWorkers)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user