From 343bbbe91e77b5ec4c149022d12b757ae9d744b4 Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 29 Apr 2015 16:32:56 +0300 Subject: [PATCH] fixed eth.hashrate typo --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {