diff --git a/lib/net/peer.js b/lib/net/peer.js index 8739c378..62f2958e 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -378,9 +378,6 @@ Peer.prototype._bip150 = co(function* _bip150() { yield this.bip150.wait(3000); - if (!this.bip150) - return; - assert(this.bip150.completed); if (this.bip150.auth) {