fixed eth.hashrate typo
This commit is contained in:
parent
137c87e4a3
commit
343bbbe91e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user