Set unfunded offers fix switch date

This commit is contained in:
seelabs
2016-11-29 13:37:48 -05:00
parent 9e960ff6b8
commit 293e520efc

View File

@@ -61,8 +61,9 @@ bool amendmentRIPD1274 (NetClock::time_point const closeTime)
NetClock::time_point const& amendmentRIPD1298SoTime ()
{
using namespace std::chrono_literals;
// Fri Dec 2, 2016 10:00:00am PST
static NetClock::time_point const soTime{534016800s};
// Wed Dec 21, 2016 10:00:00am PST
static NetClock::time_point const soTime{535658400s};
return soTime;
}