From 0478c8193eed76d35dee2c03a5b8abb09cd7b545 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 1 Jun 2015 23:35:18 +0300 Subject: [PATCH] removed listening because it's not being used --- lib/node.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/node.js b/lib/node.js index 09c3d75..d21fea5 100644 --- a/lib/node.js +++ b/lib/node.js @@ -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,