Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Quantity
parsing on 32-bit platform (#93)
`parseHexInt` truncates to `int` but `Quantity` is `uint64`. Parse using `fromHex` instead (also standard lib, but more general).
- Loading branch information