8 lines
304 B
Text
8 lines
304 B
Text
// #416 enforce_white_list is inconsistently applied
|
|
#ifndef HARDFORK_416_TIME
|
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
|
#define HARDFORK_416_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#else
|
|
#define HARDFORK_416_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#endif
|
|
#endif
|