fixed eth.hashrate typo

This commit is contained in:
cubedro 2015-04-29 16:32:56 +03:00
parent 137c87e4a3
commit 343bbbe91e

View File

@ -318,7 +318,7 @@ Node.prototype.getStats = function()
if(this.stats.mining) if(this.stats.mining)
{ {
try { try {
this.stats.hashrate = web3.eth.hashRate; this.stats.hashrate = web3.eth.hashrate;
} }
catch (err) catch (err)
{ {