From 2c9a96fb6a668d70dd79de3968d9d8d78f4e51a0 Mon Sep 17 00:00:00 2001 From: meowsbits <45600330+meowsbits@users.noreply.github.com> Date: Thu, 14 Nov 2019 12:02:24 -0500 Subject: [PATCH] params: finish sentence in comment --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index c90de56dc3..176247a30a 100644 --- a/params/config.go +++ b/params/config.go @@ -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