remove unused props.

This commit is contained in:
Christopher Jeffrey 2014-12-02 03:47:39 -08:00
parent 34de63fb23
commit bb611d3e38
1 changed files with 0 additions and 4 deletions

View File

@ -350,10 +350,6 @@ Bitcoin.prototype.start = function(options, callback) {
}
}
}, 1000);
this.pollInterval = 300;
this._emitted = {};
};
Bitcoin.prototype.getBlock = function(blockHash, callback) {