mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
removes comment
This commit is contained in:
parent
8893d79eed
commit
c188e6d134
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user