From 79a227e8a15034c63fe673ec86482bfd087555f9 Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Sun, 8 Oct 2023 11:43:52 -0400 Subject: [PATCH] eth/ethconfig: fix typo on comment --- eth/ethconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 55441a2cb9..1e1acb5b17 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -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.