Skip to content

Commit

Permalink
tests: fix invalid composite literal
Browse files Browse the repository at this point in the history
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Aug 13, 2020
1 parent 115227a commit d5d9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ var Forks = map[string]ctypes.ChainConfigurator{
},
// This specification is subject to change, but is for now identical to YOLOv1
// for cross-client testing purposes
"Berlin": {
"Berlin": &goethereum.ChainConfig{
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0),
EIP150Block: big.NewInt(0),
Expand Down

0 comments on commit d5d9003

Please sign in to comment.