mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 08:31:28 +09:00
The default behavior for hex string parsing would allow the last digit to be made from a single hexadecimal character, which is correct, but we typically do not want that as it gets confusing and easy to not spot wrong input size.