mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Set unfunded offers fix switch date
This commit is contained in:
@@ -61,8 +61,8 @@ bool amendmentRIPD1274 (NetClock::time_point const closeTime)
|
|||||||
NetClock::time_point const& amendmentRIPD1298SoTime ()
|
NetClock::time_point const& amendmentRIPD1298SoTime ()
|
||||||
{
|
{
|
||||||
using namespace std::chrono_literals;
|
using namespace std::chrono_literals;
|
||||||
// Fri Nov 18, 2016 10:00:00am PST
|
// Fri Dec 2, 2016 10:00:00am PST
|
||||||
static NetClock::time_point const soTime{532807200s};
|
static NetClock::time_point const soTime{534016800s};
|
||||||
return soTime;
|
return soTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user