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: {