8 lines
321 B
Text
8 lines
321 B
Text
// #415 Default accept policy for asset with no whitelist authorities
|
|
#ifndef HARDFORK_415_TIME
|
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
|
#define HARDFORK_415_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#else
|
|
#define HARDFORK_415_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#endif
|
|
#endif
|