8 lines
288 B
Text
8 lines
288 B
Text
// #409 Allow creation of sub-assets
|
|
#ifndef HARDFORK_409_TIME
|
|
#ifdef BUILD_PEERPLAYS_TESTNET
|
|
#define HARDFORK_409_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#else
|
|
#define HARDFORK_409_TIME (fc::time_point_sec::from_iso_string("2015-11-04T16:00:00"))
|
|
#endif
|
|
#endif
|