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

9 lines
294 B
Text
Raw Normal View History

// #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