ajout de liste_blocks
This commit is contained in:
@@ -24,7 +24,7 @@ $block_hash = blockchain::getLastCacheBlockHash();
|
||||
// ---
|
||||
// --- Le cas échéant, on cherche block passé en argument
|
||||
// ---
|
||||
if (isset($_REQUEST['block_hash'])) $block_hash = $_REQUEST['block_hash'];
|
||||
if (isset($_REQUEST['block_hash'])) $block_hash = $_REQUEST['block_hash'];
|
||||
|
||||
$the_block = blockchain::getBlockWithHash($block_hash);
|
||||
if ($the_block === FALSE) die();
|
||||
|
||||
Reference in New Issue
Block a user