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

8 lines
296 B
Text

// #533 Improve vote counting implementation
#ifndef HARDFORK_533_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_533_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#else
#define HARDFORK_533_TIME (fc::time_point_sec::from_iso_string("2016-02-23T18:00:00"))
#endif
#endif