8 lines
309 B
Text
8 lines
309 B
Text
// #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
|