good morning!!!!

Skip to content
Snippets Groups Projects
Commit f03b2db7 authored by meowsbits's avatar meowsbits Committed by Péter Szilágyi
Browse files

params: finish sentence in comment (#20291)

parent 49d1a032
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment