From 0067ddfac1e998cb9cf54dbe87ca1afe06517f47 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 29 Jul 2016 16:19:13 -0700 Subject: [PATCH] pool: minor. --- lib/bcoin/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)