peerplays_migrated/libraries/chain/hardfork.d/1000.hf

5 lines
201 B
Text
Raw Normal View History

2018-04-05 09:40:31 +00:00
// #615 Fix price feed expiration check, so websocket server will never spam too much data
#ifndef HARDFORK_1000_TIME
2018-09-10 18:25:27 +00:00
#define HARDFORK_1000_TIME (fc::time_point_sec( 1577750400 )) // 2019-12-31
2018-04-05 09:40:31 +00:00
#endif