removed listening because it's not being used

This commit is contained in:
cubedro 2015-06-01 23:35:18 +03:00
parent 098a93047b
commit 0478c8193e
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,