bip151: whitespace.

This commit is contained in:
Christopher Jeffrey 2016-07-25 18:53:57 -07:00
parent a86a374ca5
commit 94af094322
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -407,7 +407,6 @@ BIP151.prototype.wait = function wait(timeout, callback) {
});
};
BIP151.prototype.feed = function feed(data) {
return this.input.feed(data);
};