mirror of https://github.com/ethereum/go-ethereum
common: using `ParseUint` instead of `ParseInt` (#30020)
Since Decimal is defined as unsiged `uint64`, we should use `strconv.ParseUint` instead of `strconv.ParseInt` during unmarshalling. --------- Co-authored-by: Martin Holst Swende <martin@swende.se>pull/30026/head
parent
0e3a0a693c
commit
c11aac249d
Loading…
Reference in new issue