params/config: fix typo on comment

This commit is contained in:
Hyunchel Kim 2023-10-08 12:45:15 -04:00
parent 79a227e8a1
commit 0851861739
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5

View file

@ -214,7 +214,7 @@ var (
} }
// TestChainConfig contains every protocol change (EIPs) introduced // 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{ TestChainConfig = &ChainConfig{
ChainID: big.NewInt(1), ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0), HomesteadBlock: big.NewInt(0),