diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-09-06 00:18:28 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-09-06 00:18:28 +0800 |
commit | b0ca1b67ce6e297fe02281d01a486225bbf385f8 (patch) | |
tree | 2a0e091700f33993e5851e79e2f3b0c4881a47fc /eth/config.go | |
parent | 03d00361f5c91bedee27e7b5853523103750de3c (diff) | |
download | go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.gz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.bz2 go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.lz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.xz go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.tar.zst go-tangerine-b0ca1b67ce6e297fe02281d01a486225bbf385f8.zip |
eth: use maxpeers from p2p layer instead of extra config
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/config.go b/eth/config.go index 4109cff8b..7bcfd403e 100644 --- a/eth/config.go +++ b/eth/config.go @@ -79,7 +79,6 @@ type Config struct { // Light client options LightServ int `toml:",omitempty"` // Maximum percentage of time allowed for serving LES requests LightPeers int `toml:",omitempty"` // Maximum number of LES client peers - MaxPeers int `toml:"-"` // Maximum number of global peers // Database options SkipBcVersionCheck bool `toml:"-"` |