Moved hf date into far future
This commit is contained in:
parent
fedb4a7901
commit
fa9acafcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// #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( 1523534400 ))
|
||||
#define HARDFORK_1000_TIME (fc::time_point_sec( 1577750400 )) // 2019-12-31
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue