Merge pull request #159 from cubedro/develop

Removed listening because it's not being used
This commit is contained in:
Marian OANCΞA 2015-06-01 23:37:06 +03:00
commit 1c64901ad0
1 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ function Node ()
this.stats = {
active: false,
listening: false,
mining: false,
hashrate: 0,
peers: 0,
@ -585,7 +584,6 @@ Node.prototype.prepareBasic = function ()
id: this.id,
stats: {
active: this.stats.active,
listening: this.stats.listening,
mining: this.stats.mining,
hashrate: this.stats.hashrate,
peers: this.stats.peers,