Removing debug output
This commit is contained in:
parent
73ec707381
commit
6d379e8e58
@ -12,7 +12,6 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
|
||||
$dDifficulty = $dDifficulty['proof-of-work'];
|
||||
$iBlock = $bitcoin->getblockcount();
|
||||
$sBlockHash = $bitcoin->query('getblockhash', $iBlock);
|
||||
var_dump($sBlockHash);
|
||||
} else {
|
||||
$dDifficulty = 1;
|
||||
$iBlock = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user