Set SON and NFT hardfork date to 2020-12-19 00:00:00 GMT

This commit is contained in:
serkixenos 2020-12-12 00:28:02 +01:00
parent 7fe0ddeb5b
commit d428aad312
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// NFT HARDFORK Sat, 15-Aug-20 00:00:00 UTC // GPOS HARDFORK 2020-12-19 00:00:00 GMT
#ifndef HARDFORK_NFT_TIME #ifndef HARDFORK_NFT_TIME
#define HARDFORK_NFT_TIME (fc::time_point_sec( 1597449600 )) #define HARDFORK_NFT_TIME (fc::time_point_sec( 1608336000 ))
#endif #endif

View file

@ -1,5 +1,5 @@
// SON HARDFORK Wednesday, October 28, 2020 0:00:00 GMT // GPOS HARDFORK 2020-12-19 00:00:00 GMT
#ifndef HARDFORK_SON_TIME #ifndef HARDFORK_SON_TIME
#include <ctime> #include <ctime>
#define HARDFORK_SON_TIME (fc::time_point_sec( 1603843200 )) #define HARDFORK_SON_TIME (fc::time_point_sec( 1608336000 ))
#endif #endif