8 lines
294 B
Text
8 lines
294 B
Text
// #483 Operation history numbering change
|
|
#ifndef HARDFORK_483_TIME
|
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
|
#define HARDFORK_483_TIME (fc::time_point_sec::from_iso_string("2015-12-17T19:00:00"))
|
|
#else
|
|
#define HARDFORK_483_TIME (fc::time_point_sec::from_iso_string("2015-12-17T19:00:00"))
|
|
#endif
|
|
#endif
|