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

9 lines
314 B
Text
Raw Normal View History

2017-05-25 09:13:59 +00:00
// #453 Hardfork to retroactively correct referral percentages
#ifndef HARDFORK_453_TIME
2021-12-15 16:36:40 +00:00
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_453_TIME (fc::time_point_sec::from_iso_string("2015-12-16T18:00:00"))
#else
#define HARDFORK_453_TIME (fc::time_point_sec::from_iso_string("2015-12-16T18:00:00"))
#endif
2017-05-25 09:13:59 +00:00
#endif