peer: minor.
This commit is contained in:
parent
84e2848c2a
commit
233af72b7f
@ -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);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user