removed listening

This commit is contained in:
cubedro 2015-04-07 19:37:30 +03:00
parent 97791570f9
commit 2fcba72bcc

View File

@ -376,7 +376,6 @@ Node.prototype.getStats = function()
this.stats.mining = web3.eth.mining;
this.stats.gasPrice = web3.toBigNumber(web3.eth.gasPrice).toString(10);
this.stats.listening = web3.net.listening;
}
this.uptime();