2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-03-02 15:30:34 +00:00
Felix Lange 32db571681 console: avoid float64 when remarshaling parameters
With Go 1.7, encoding/json marshals float64 using scientific
notation ("10e+6"), but Go's int and *big.Int decoders don't accept such
numbers. This change disables use of float64 to avoid the problem.
2017-05-02 13:42:55 +02:00
..
2017-01-06 19:44:35 +02:00