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

8 lines
254 B
Text
Raw Normal View History

2021-07-26 20:16:24 +00:00
#ifndef HARDFORK_SON2_TIME
2021-12-15 16:36:40 +00:00
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_SON2_TIME (fc::time_point_sec::from_iso_string("2021-07-31T00:00:00"))
#else
#define HARDFORK_SON2_TIME (fc::time_point_sec::from_iso_string("2021-07-31T00:00:00"))
#endif
2021-07-26 20:16:24 +00:00
#endif