ajout du bloc DEMISSION
This commit is contained in:
@@ -44,6 +44,25 @@ class blockchain
|
||||
{
|
||||
self::$special_blocks = array ();
|
||||
|
||||
self::$special_blocks[] = new block(
|
||||
'00000000000000000009e8fb4ac719a362c1c4e3df439740069ee58e2a713258',
|
||||
612149,
|
||||
'DEMISSION20200113'
|
||||
);
|
||||
|
||||
self::$special_blocks[] = new block(
|
||||
'000000000000000000051f84a7a1d0f5b2ddaf5682cbec5f7acb2bf5fa339725',
|
||||
593879,
|
||||
'GOLGTOH201909'
|
||||
);
|
||||
|
||||
// 94 500 BTC, soit environ 1 milliards de dollars, 700 dollars de fees ...
|
||||
self::$special_blocks[] = new block(
|
||||
'00000000000000000014fcb29e6e3b0ead3bd2e307d7f619a935f1d5323e9013',
|
||||
593468,
|
||||
'WHALE201909'
|
||||
);
|
||||
|
||||
self::$special_blocks[] = new block(
|
||||
'0000000000000000000f9f2dadfb8f312572183272802cbfcc4ff95b4ee6777d',
|
||||
545911,
|
||||
|
||||
Reference in New Issue
Block a user