http: fix info call.
This commit is contained in:
parent
583e479a80
commit
bb1bf9f138
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user