mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
linter warnings
This commit is contained in:
parent
b85f8ccbf4
commit
8439290afd
1 changed files with 0 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ var Forks = map[string]*params.ChainConfig{
|
|||
ByzantiumBlock: big.NewInt(0),
|
||||
ConstantinopleBlock: big.NewInt(0),
|
||||
PetersburgBlock: big.NewInt(10000000),
|
||||
|
||||
},
|
||||
"ConstantinopleFix": {
|
||||
ChainID: big.NewInt(1),
|
||||
|
|
@ -75,7 +74,6 @@ var Forks = map[string]*params.ChainConfig{
|
|||
ByzantiumBlock: big.NewInt(0),
|
||||
ConstantinopleBlock: big.NewInt(0),
|
||||
PetersburgBlock: big.NewInt(0),
|
||||
|
||||
},
|
||||
"FrontierToHomesteadAt5": {
|
||||
ChainID: big.NewInt(1),
|
||||
|
|
|
|||
Loading…
Reference in a new issue