From 57181f27ee5c47b5ee8310d220dea18b4366d350 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 15 Oct 2017 18:48:57 -0700 Subject: [PATCH] walletdb: increase bloom filter size to 3m addrs. --- lib/wallet/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/walletdb.js b/lib/wallet/walletdb.js index 35032f67..04fa8132 100644 --- a/lib/wallet/walletdb.js +++ b/lib/wallet/walletdb.js @@ -120,7 +120,7 @@ WalletDB.layout = layout; */ WalletDB.prototype._init = function _init() { - let items = 1000000; + let items = 3000000; let flag = -1; // Highest number of items with an