good morning!!!!

Skip to content
Snippets Groups Projects
Commit 32db5716 authored by Felix Lange's avatar Felix Lange
Browse files

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.
parent f9be9a23
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment