params: fix typo in comment (#28129)

fix: typo
This commit is contained in:
phenix3443
2023-09-17 17:02:48 +03:00
committed by GitHub
parent 52234eb172
commit d8a351b58f
+1 -1
View File
@@ -358,7 +358,7 @@ func (c *CliqueConfig) String() string {
func (c *ChainConfig) Description() string {
var banner string
// Create some basinc network config output
// Create some basic network config output
network := NetworkNames[c.ChainID.String()]
if network == "" {
network = "unknown"