eth/ethconfig: fix typo on comment

This commit is contained in:
Hyunchel Kim 2023-10-08 11:43:52 -04:00
parent 4e1e37323d
commit 79a227e8a1
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5

View file

@ -83,7 +83,7 @@ var Defaults = Config{
//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 {
// The genesis block, which is inserted if the database is empty.
// If nil, the Ethereum main net block is used.