4 lines
201 B
Text
4 lines
201 B
Text
// #615 Fix price feed expiration check, so websocket server will never spam too much data
|
|
#ifndef HARDFORK_1000_TIME
|
|
#define HARDFORK_1000_TIME (fc::time_point_sec( 1577750400 )) // 2019-12-31
|
|
#endif
|