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

9 lines
309 B
Text
Raw Normal View History

// #357 Disallow publishing certain malformed price feeds
#ifndef HARDFORK_357_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_357_TIME (fc::time_point_sec::from_iso_string("2015-10-09T18:45:00"))
#else
#define HARDFORK_357_TIME (fc::time_point_sec::from_iso_string("2015-10-09T18:45:00"))
#endif
#endif