spvnode: fix filter loading.

This commit is contained in:
Christopher Jeffrey 2016-10-24 16:45:43 -07:00
parent 2d488749d5
commit 3ee1848b58
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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();