Set hardfork dates to February 18th 12:00PM GMT

This commit is contained in:
Fabian Schuh 2019-02-04 16:14:31 +01:00
parent 6400957860
commit d5beeae570
No known key found for this signature in database
GPG key ID: F2538A4B282D6238
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#ifndef HARDFORK_1000_TIME
#define HARDFORK_1000_TIME (fc::time_point_sec( 2000000000 ))
#define HARDFORK_1000_TIME (fc::time_point_sec( 1550491200 ))
#endif

View file

@ -1,4 +1,4 @@
// added delete sport and delete event group operations
#ifndef HARDFORK_1001_TIME
#define HARDFORK_1001_TIME (fc::time_point_sec( 2000000000 ))
#define HARDFORK_1001_TIME (fc::time_point_sec( 1550491200 ))
#endif

View file

@ -1,4 +1,4 @@
// Placeholder HF for affiliate reward system
#ifndef HARDFORK_999_TIME
#define HARDFORK_999_TIME (fc::time_point_sec( 2000000000 ))
#define HARDFORK_999_TIME (fc::time_point_sec( 1550491200 ))
#endif