spvnode: fix filter loading.
This commit is contained in:
parent
2d488749d5
commit
3ee1848b58
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user