removed listening because it's not being used
This commit is contained in:
parent
098a93047b
commit
0478c8193e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user