mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
params/config: fix typo on comment
This commit is contained in:
parent
79a227e8a1
commit
0851861739
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue