Réduire la durée du TWEET et ajouter le nbre de transactions dans le fichier block_liste.txt

This commit is contained in:
2018-09-25 20:43:18 +02:00
parent 4314f96d01
commit ebf5b0d648
4 changed files with 8 additions and 3 deletions

View File

@@ -47,6 +47,6 @@ if ($block_hash == 'LAST')
}
}
echo $the_block->hash." ".$the_block->height.PHP_EOL;
echo $the_block->hash." ".$the_block->height." ".$the_block->n_tx.PHP_EOL;
?>