Skip to content

Commit

Permalink
eth/ethconfig: remove LightPeers
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Aug 15, 2024
1 parent 876d11b commit 0b1880e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ type Config struct {
// presence of these blocks for every new peer connection.
RequiredBlocks map[uint64]common.Hash `toml:"-"`

// Deprecated: LES server has been removed
// We retain this field for compatibility with config files created by `geth dumpconfig`.
LightPeers int `toml:",omitempty"`

// Database options
SkipBcVersionCheck bool `toml:"-"`
DatabaseHandles int `toml:"-"`
Expand Down
6 changes: 0 additions & 6 deletions eth/ethconfig/gen_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b1880e

Please sign in to comment.