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

8 lines
275 B
Text
Raw Normal View History

2023-12-18 06:17:22 +00:00
#ifndef HARDFORK_HOTFIX_2024_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_HOTFIX_2024_TIME (fc::time_point_sec::from_iso_string("2023-12-20T00:00:00"))
#else
#define HARDFORK_HOTFIX_2024_TIME (fc::time_point_sec::from_iso_string("2023-12-20T00:00:00"))
#endif
#endif