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

8 lines
279 B
Text

// #516 Special authorities
#ifndef HARDFORK_516_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_516_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#else
#define HARDFORK_516_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#endif
#endif