From 3ee1848b5884e62200365a7f2abcedda2285023d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 24 Oct 2016 16:45:43 -0700 Subject: [PATCH] spvnode: fix filter loading. --- lib/node/spvnode.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/node/spvnode.js b/lib/node/spvnode.js index 9af7a277..4acc5713 100644 --- a/lib/node/spvnode.js +++ b/lib/node/spvnode.js @@ -169,9 +169,6 @@ SPVNode.prototype._open = co(function* open(callback) { // Ensure primary wallet. yield this.openWallet(); - // Load bloom filter. - yield this.openFilter(); - if (this.http) yield this.http.open();