diff --git a/lib/bcoin/walletdb.js b/lib/bcoin/walletdb.js index 477f272d..7786dbc3 100644 --- a/lib/bcoin/walletdb.js +++ b/lib/bcoin/walletdb.js @@ -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)