diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-09-06 15:38:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 15:38:37 +0800 |
commit | 1e67378df879b1ce566f17dd95a3b126056254b5 (patch) | |
tree | 2a0e091700f33993e5851e79e2f3b0c4881a47fc /eth/config.go | |
parent | 03d00361f5c91bedee27e7b5853523103750de3c (diff) | |
parent | b0ca1b67ce6e297fe02281d01a486225bbf385f8 (diff) | |
download | dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar.gz dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar.bz2 dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar.lz dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar.xz dexon-1e67378df879b1ce566f17dd95a3b126056254b5.tar.zst dexon-1e67378df879b1ce566f17dd95a3b126056254b5.zip |
Merge pull request #15094 from karalabe/eth-auto-maxpeers
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:"-"` |