8 lines
325 B
Text
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
|