Skip to content

Commit

Permalink
params: finish sentence in comment (ethereum#20291)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits authored and enriquefynn committed Feb 15, 2021
1 parent a28be7d commit cac4f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (c *ChainConfig) CheckCompatible(newcfg *ChainConfig, height uint64) *Confi
}

// CheckConfigForkOrder checks that we don't "skip" any forks, geth isn't pluggable enough
// to guarantee that forks
// to guarantee that forks can be implemented in a different order than on official networks
func (c *ChainConfig) CheckConfigForkOrder() error {
type fork struct {
name string
Expand Down

0 comments on commit cac4f70

Please sign in to comment.