mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-26 00:20:34 +00:00
* The ledger close time can occasionally be a few seconds in the future, which causes ETL to not publish the ledger, because the age calculation wraps around and the age is computed as a very large unsigned integer. This fix rounds to zero when the age would be negative