Adding some special blocks like HALVING_3

This commit is contained in:
2020-05-26 08:48:23 +02:00
parent 5e70658660
commit 1fab7825da
5 changed files with 92 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ if (file_exists($image_file))
// ---
// --- Tweet
// ---
$tweet = "#computerart : #bitcoin #blockchain 's".PHP_EOL;
$tweet = "#computerart :".PHP_EOL."#bitcoin #blockchain 's".PHP_EOL;
$tweet .= $argv[2]." Block, Height : ".$the_block->height.PHP_EOL;
$tweet .= "[ See more on www.topisto.net ]";
$success = twitter::tweet($tweet, $image_file);