removed block from stats

This commit is contained in:
cubedro 2015-06-12 22:37:48 +03:00
parent c634623bec
commit 05c3535f5f
1 changed files with 0 additions and 12 deletions

View File

@ -473,18 +473,6 @@ Node.prototype.getStats = function(forced)
console.log(' ', 'forced:', chalk.reset.cyan(forced === true));
async.parallel({
block: function (callback)
{
// TODO: Remove warkaround when web3.js is fixed
if( !self.chainFilter )
{
console.warn("Getting", chalk.reset.red('latest block'), chalk.reset.bold.red('forced'));
self.getLatestBlock();
}
callback(null, true);
},
peers: function (callback)
{
web3.net.getPeerCount(callback);