mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
- Rewrite to_short_string to call strHex directly instead of building the whole hex string first. - Change PrettyAsset::scale_ back to a uint32 since the Number conversion elides any potential multiplication overflow. - Clean ups.