http: fix info call.

This commit is contained in:
Christopher Jeffrey 2016-12-21 14:49:26 -08:00
parent 583e479a80
commit bb1bf9f138
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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