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 = {
|
this.stats = {
|
||||||
active: false,
|
active: false,
|
||||||
listening: false,
|
|
||||||
mining: false,
|
mining: false,
|
||||||
hashrate: 0,
|
hashrate: 0,
|
||||||
peers: 0,
|
peers: 0,
|
||||||
@ -585,7 +584,6 @@ Node.prototype.prepareBasic = function ()
|
|||||||
id: this.id,
|
id: this.id,
|
||||||
stats: {
|
stats: {
|
||||||
active: this.stats.active,
|
active: this.stats.active,
|
||||||
listening: this.stats.listening,
|
|
||||||
mining: this.stats.mining,
|
mining: this.stats.mining,
|
||||||
hashrate: this.stats.hashrate,
|
hashrate: this.stats.hashrate,
|
||||||
peers: this.stats.peers,
|
peers: this.stats.peers,
|
||||||
|
Loading…
Reference in New Issue
Block a user