From bb1bf9f13819a5b8129e87a57cda9d4381820b75 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 21 Dec 2016 14:49:26 -0800 Subject: [PATCH] http: fix info call. --- lib/http/server.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/http/server.js b/lib/http/server.js index 0aa014c2..5cb80df1 100644 --- a/lib/http/server.js +++ b/lib/http/server.js @@ -642,9 +642,10 @@ HTTPServer.prototype._init = function _init() { progress: this.chain.getProgress() }, pool: { - services: this.pool.services.toString(2), + host: this.pool.address.host, + port: this.pool.address.port, + services: this.pool.address.services.toString(2), outbound: this.pool.peers.outbound, - pending: this.pool.peers.pending, inbound: this.pool.peers.inbound }, mempool: {