mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Finalize date for switchover to 0.28.0 processing semantics
This commit is contained in:
@@ -34,8 +34,8 @@ emulate027 (Ledger::ref ledger)
|
||||
return false;
|
||||
|
||||
// The server also uses 0.28 semantics for all ledgers whose parent
|
||||
// closed after 2015-04-15 13:00:00 PDT.
|
||||
static std::uint32_t const legacy_cutoff = 482442800;
|
||||
// closed after 2015-04-28 13:00:00 PDT.
|
||||
static std::uint32_t const legacy_cutoff = 483566400;
|
||||
|
||||
if (ledger->getParentCloseTimeNC () > legacy_cutoff)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user