Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

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 elizabethengelman committed Dec 30, 2019
1 parent 0e3e967 commit 3c889e7
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 3c889e7

Please sign in to comment.