diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index b7cee958..9b8815be 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -300,7 +300,7 @@ Pool.prototype._init = function _init() { * @param {Function} callback */ -Pool.prototype._open = function open(callback) { +Pool.prototype._open = function _open(callback) { var self = this; this.getIP(function(err, ip) { if (err)