Merge pull request #97 from cubedro/develop

Hashrate!
This commit is contained in:
Marian OANCΞA 2015-04-29 17:03:04 +03:00
commit 8c06af76af
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -16,7 +16,7 @@
"primus-spark-latency": "0.1.1",
"shelljs": "0.4.0",
"sleep": "2.0.0",
"web3": "0.3.3",
"web3": "0.3.4",
"ws": "0.7.1"
},
"scripts": {