Set flowV2 switchover time

This commit is contained in:
seelabs
2016-05-26 12:07:11 -04:00
parent abbf4b82b0
commit 8a6ff4803c

View File

@@ -34,8 +34,8 @@ namespace ripple {
NetClock::time_point const& flowV2SoTime ()
{
using namespace std::chrono_literals;
// Mon Aug 29, 2016 10:00:00am PDT
static NetClock::time_point const soTime{525805200s};
// Wed May 26, 2016 07:00:00am PDT
static NetClock::time_point const soTime{517586400s};
return soTime;
}