mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +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