mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/ethconfig: fix typo on comment
This commit is contained in:
parent
4e1e37323d
commit
79a227e8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ var Defaults = Config{
|
||||||
|
|
||||||
//go:generate go run github.com/fjl/gencodec -type Config -formats toml -out gen_config.go
|
//go:generate go run github.com/fjl/gencodec -type Config -formats toml -out gen_config.go
|
||||||
|
|
||||||
// Config contains configuration options for of the ETH and LES protocols.
|
// Config contains configuration options for ETH and LES protocols.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// The genesis block, which is inserted if the database is empty.
|
// The genesis block, which is inserted if the database is empty.
|
||||||
// If nil, the Ethereum main net block is used.
|
// If nil, the Ethereum main net block is used.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue