Always enable fix1274 dated September 30, 2016 17:00:00 UTC

This commit is contained in:
Scott Schurr
2019-12-11 13:25:37 -08:00
committed by Manoj doshi
parent a176f58a92
commit 0964379a66
5 changed files with 2 additions and 26 deletions

View File

@@ -33,20 +33,6 @@
namespace ripple {
NetClock::time_point const& fix1274Time ()
{
using namespace std::chrono_literals;
// Fri Sep 30, 2016 17:00:00 UTC
static NetClock::time_point const soTime{528570000s};
return soTime;
}
bool fix1274 (NetClock::time_point const closeTime)
{
return closeTime > fix1274Time();
}
NetClock::time_point const& fix1298Time ()
{
using namespace std::chrono_literals;