8 lines
338 B
Text
8 lines
338 B
Text
// The value should be harmonized with the protcol constant named GPOS_PERIOD_START
|
|
#ifndef HARDFORK_GPOS_TIME
|
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
|
#define HARDFORK_GPOS_TIME (fc::time_point_sec::from_iso_string("2020-01-06T01:00:00"))
|
|
#else
|
|
#define HARDFORK_GPOS_TIME (fc::time_point_sec::from_iso_string("2020-02-17T22:00:00"))
|
|
#endif
|
|
#endif
|