peer: minor.

This commit is contained in:
Christopher Jeffrey 2016-07-25 16:00:14 -07:00
parent 84e2848c2a
commit 233af72b7f
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2148,7 +2148,7 @@ Peer.prototype.setMisbehavior = function setMisbehavior(score) {
* Ignore peer.
*/
Peer.prototype.ignore = function setIgnore() {
Peer.prototype.ignore = function ignore() {
return this.pool.ignore(this);
};