added block check error

This commit is contained in:
cubedro 2015-04-16 23:46:14 +03:00
parent cce918ba95
commit 9b65467586

View File

@ -375,6 +375,8 @@ Node.prototype.getStats = function()
this.stats.mining = web3.eth.mining;
this.stats.gasPrice = web3.toBigNumber(web3.eth.gasPrice).toString(10);
} else {
console.error("getStats: couldn't fetch block...");
}
}