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

9 lines
297 B
Text
Raw Normal View History

2018-03-22 18:01:56 +00:00
// Placeholder HF for affiliate reward system
#ifndef HARDFORK_999_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_999_TIME (fc::time_point_sec::from_iso_string("2018-10-20T01:46:40"))
#else
#define HARDFORK_999_TIME (fc::time_point_sec::from_iso_string("2019-02-18T12:00:00"))
#endif
2018-03-22 18:01:56 +00:00
#endif