peerplays_migrated/libraries/chain/hardfork.d/CORE-429.hf
2021-12-15 16:36:40 +00:00

8 lines
325 B
Text

// bitshares-core #429 rounding issue when creating assets
#ifndef HARDFORK_CORE_429_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_CORE_429_TIME (fc::time_point_sec::from_iso_string("2019-08-26T02:00:00"))
#else
#define HARDFORK_CORE_429_TIME (fc::time_point_sec::from_iso_string("2019-09-13T02:00:00"))
#endif
#endif