From a653707a172520178baf7ef26afe41abe0342b7c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Aug 2016 14:02:50 -0700 Subject: [PATCH] walletdb: serious change. --- lib/bcoin/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)