From bb611d3e38476bfed1589de5f6f15db7e306fe11 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 2 Dec 2014 03:47:39 -0800 Subject: [PATCH] remove unused props. --- lib/bitcoind.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/bitcoind.js b/lib/bitcoind.js index 9f5131a7..e7da81ec 100644 --- a/lib/bitcoind.js +++ b/lib/bitcoind.js @@ -350,10 +350,6 @@ Bitcoin.prototype.start = function(options, callback) { } } }, 1000); - - this.pollInterval = 300; - - this._emitted = {}; }; Bitcoin.prototype.getBlock = function(blockHash, callback) {