diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index e643a85fe3..28b4589f93 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -19,6 +19,7 @@ package utils import ( "crypto/ecdsa" + "encoding/json" "fmt" "io/ioutil" "math/big" @@ -56,7 +57,6 @@ import ( "github.com/ethereum/go-ethereum/params" whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" "gopkg.in/urfave/cli.v1" - "encoding/json" ) var ( diff --git a/eth/config.go b/eth/config.go index 545191a490..756817f597 100644 --- a/eth/config.go +++ b/eth/config.go @@ -42,7 +42,7 @@ var DefaultConfig = Config{ DatasetsInMem: 1, DatasetsOnDisk: 2, }, - ULC: &ULCConfig{MinTrustedFraction: 75}, + ULC: &ULCConfig{MinTrustedFraction: 75}, NetworkId: 1, LightPeers: 20, DatabaseCache: 128,