Skip to content

Commit ba8040b

Browse files
committed
Fixed merge error.
1 parent f66a9d2 commit ba8040b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/params/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ var (
382382
big.NewInt(0),
383383
big.NewInt(0),
384384
big.NewInt(0),
385+
big.NewInt(0),
385386
}
386387

387388
// TestChainConfig ...
@@ -434,6 +435,7 @@ var (
434435
big.NewInt(0),
435436
big.NewInt(0),
436437
big.NewInt(0),
438+
big.NewInt(0),
437439
}
438440

439441
// TestRules ...

0 commit comments

Comments
 (0)