mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
- Addresses FIND-013 from audit. - Bases the limit on the current ledger time, and ensures that "payments * interval <= limit". This allows a loan to potentially run through "the end of time" successfully, but not go a second over. - Wrote several test cases, including a few that go right to "the end of time".