Set SON and NFT hardfork date to 2020-12-21 00:00:00 GMT
This commit is contained in:
parent
5cf5b57ace
commit
68e2cc9ed9
2 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// GPOS HARDFORK 2020-12-19 00:00:00 GMT
|
||||
// GPOS HARDFORK 2020-12-21 00:00:00 GMT
|
||||
#ifndef HARDFORK_NFT_TIME
|
||||
#define HARDFORK_NFT_TIME (fc::time_point_sec( 1608336000 ))
|
||||
#define HARDFORK_NFT_TIME (fc::time_point_sec( 1608508800 ))
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// GPOS HARDFORK 2020-12-19 00:00:00 GMT
|
||||
// GPOS HARDFORK 2020-12-21 00:00:00 GMT
|
||||
#ifndef HARDFORK_SON_TIME
|
||||
#include <ctime>
|
||||
#define HARDFORK_SON_TIME (fc::time_point_sec( 1608336000 ))
|
||||
#define HARDFORK_SON_TIME (fc::time_point_sec( 1608508800 ))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue