diff --git a/lib/node.js b/lib/node.js index 1aefcff..7d5da67 100644 --- a/lib/node.js +++ b/lib/node.js @@ -318,7 +318,7 @@ Node.prototype.getStats = function() if(this.stats.mining) { try { - this.stats.hashrate = web3.eth.hashRate; + this.stats.hashrate = web3.eth.hashrate; } catch (err) {