net: minor.

This commit is contained in:
Christopher Jeffrey 2016-09-30 13:26:55 -07:00
parent 087177b4a6
commit c0d47baa08
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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) {