Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Oct 18, 2023
1 parent 3b88522 commit 7b0b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func SetupGenesisBlockWithOverride(db ethdb.Database, triedb *trie.Database, gen
// Get the existing chain configuration.
newcfg := genesis.configOrDefault(stored)
applyOverrides(newcfg)
// WORKAROUND it looks like this is broken, becasue overriding
// WORKAROUND it looks like this is broken, because overriding
// pragueTime will cause an error here, claiming that shanghaiTime
// wasn't set (it is).
// if err := newcfg.CheckConfigForkOrder(); err != nil {
Expand Down

0 comments on commit 7b0b2ab

Please sign in to comment.