walletdb: serious change.

This commit is contained in:
Christopher Jeffrey 2016-08-10 14:02:50 -07:00
parent cadd3f31ea
commit a653707a17
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -72,7 +72,7 @@ function WalletDB(options) {
this.tx = new bcoin.txdb(this, {
verify: this.options.verify,
useCheckpoints: this.options.useCheckpoints,
useFilter: true,
useFilter: true
});
if (bcoin.useWorkers)