Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cryptonote_basic: fix amount overflow detection on 32-bit systems
On systems where `ULONG_MAX` != `ULLONG_MAX` (e.g. most 32-bit systems), the `round_money_up` function will not correctly detect overflows.
- Loading branch information