mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-23 08:05:26 +00:00
* Make `maxRep` public. * Document why template normalize takes min/max params. * Add a check to normalizeToRange to ensure there are no signed/unsigned conversion issues. * static_assert that maxRep is >= maxMPTokenAmount and INITIAL_XRP at their definition points. If something ever changes so that it's not, we'll know immediately.