2016-03-09 22:12:58 +00:00
|
|
|
// #615 Fix price feed expiration check, so websocket server will never spam too much data
|
|
|
|
|
#ifndef HARDFORK_615_TIME
|
2016-03-15 21:37:05 +00:00
|
|
|
#define HARDFORK_615_TIME (fc::time_point_sec( 1458752400 ))
|
2016-03-09 22:12:58 +00:00
|
|
|
#endif
|