peerplays_migrated/libraries/chain/hardfork.d/GPOS.hf

8 lines
254 B
Text
Raw Permalink Normal View History

2018-12-29 17:43:41 +00:00
#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
2019-10-25 02:53:47 +00:00
#endif