Skip to content

Commit

Permalink
Add proper todos
Browse files Browse the repository at this point in the history
  • Loading branch information
GraDKh committed Jun 20, 2023
1 parent 150dfeb commit d71bd15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/blockimporter/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ func NewState(db *DB) (*State, error) {
MuirGlacierBlock: big.NewInt(0),
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
ArrowGlacierBlock: big.NewInt(0),
GrayGlacierBlock: big.NewInt(0),
MergeNetsplitBlock: big.NewInt(0),
}
genesis.Config = &chainConfig
_, _, err := core.CommitGenesisBlock(db.GetChain(), &genesis, "")
Expand Down

0 comments on commit d71bd15

Please sign in to comment.