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.
|
// Ensure primary wallet.
|
||||||
yield this.openWallet();
|
yield this.openWallet();
|
||||||
|
|
||||||
// Load bloom filter.
|
|
||||||
yield this.openFilter();
|
|
||||||
|
|
||||||
if (this.http)
|
if (this.http)
|
||||||
yield this.http.open();
|
yield this.http.open();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user