mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-12 14:56:23 +00:00
params: finish sentence in comment (#20291)
This commit is contained in:
parent
49d1a032da
commit
f03b2db7db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user