removes comment

This commit is contained in:
erqan 2016-11-19 14:22:59 +03:00
parent 8893d79eed
commit c188e6d134

View File

@ -159,9 +159,6 @@ function requestNthBlock(n, cbFunc, cbArg) {
function requestBlock(hash, cbFunc, cbArg) {
twisterRpc("getblock", [hash],
function(args, block) {
//twisterdLastBlockTime = block.time;
//$(".last-block-time").text( timeGmtToText(twisterdLastBlockTime) );
if( args.cbFunc )
args.cbFunc(block, args.cbArg);
}, {cbFunc:cbFunc, cbArg:cbArg},