Skip to content

Commit bb29d20

Browse files
authored
Merge pull request #18179 from holiman/fix_tests
config: add constantinople block to testchainconfig
2 parents 38592a1 + a5898ba commit bb29d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ var (
120120
// adding flags to the config to also have to set these fields.
121121
AllCliqueProtocolChanges = &ChainConfig{big.NewInt(1337), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, nil, &CliqueConfig{Period: 0, Epoch: 30000}}
122122

123-
TestChainConfig = &ChainConfig{big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, nil, new(EthashConfig), nil}
123+
TestChainConfig = &ChainConfig{big.NewInt(1), big.NewInt(0), nil, false, big.NewInt(0), common.Hash{}, big.NewInt(0), big.NewInt(0), big.NewInt(0), big.NewInt(0), nil, new(EthashConfig), nil}
124124
TestRules = TestChainConfig.Rules(new(big.Int))
125125
)
126126

0 commit comments

Comments
 (0)