From 08518617391eb5a33cf6c88ea5e3811b9754d72c Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Sun, 8 Oct 2023 12:45:15 -0400 Subject: [PATCH] params/config: fix typo on comment --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index ac55d3771a..88ff772a1d 100644 --- a/params/config.go +++ b/params/config.go @@ -214,7 +214,7 @@ var ( } // TestChainConfig contains every protocol change (EIPs) introduced - // and accepted by the Ethereum core developers for testing proposes. + // and accepted by the Ethereum core developers for testing purposes. TestChainConfig = &ChainConfig{ ChainID: big.NewInt(1), HomesteadBlock: big.NewInt(0),