mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
32db571681
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. |
||
---|---|---|
.. | ||
testdata | ||
bridge.go | ||
console_test.go | ||
console.go | ||
prompter.go |