This commit is contained in:
Evgeny Danienko 2017-12-14 11:44:03 +03:00
parent fb55fd1265
commit 23c8784ce0
No known key found for this signature in database
GPG key ID: BC8C34D8B45BECBF
2 changed files with 2 additions and 2 deletions

View file

@ -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 (

View file

@ -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,