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

9 lines
276 B
Text
Raw Normal View History

// #555 Buyback accounts
#ifndef HARDFORK_555_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_555_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#else
#define HARDFORK_555_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#endif
#endif