Ajout Elisabeth 2

This commit is contained in:
2022-09-10 07:31:06 +02:00
parent 0bf16e3ab5
commit 61453396d6
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function DrawBlock($the_block, $vImage, $parametres)
foreach($data as $transaction)
{
for($i=0;$i<$nbColor;$i++)
for($i=0;$i < $nbColor;$i++)
{
$valeur = hexdec($transaction['hash'][$i%TX_HASH_LEN]);
if ($valeur != 0) $valeur += $valeur - 8;