Commit f03b2db7 authored by meowsbits's avatar meowsbits Committed by Péter Szilágyi

params: finish sentence in comment (#20291)

parent 49d1a032
...@@ -416,7 +416,7 @@ func (c *ChainConfig) CheckCompatible(newcfg *ChainConfig, height uint64) *Confi ...@@ -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 // 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 { func (c *ChainConfig) CheckConfigForkOrder() error {
type fork struct { type fork struct {
name string name string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment