From 23c8784ce09187cdb3f699138a4d5436445bd6a2 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Thu, 14 Dec 2017 11:44:03 +0300 Subject: [PATCH] fmt --- cmd/utils/flags.go | 2 +- eth/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,