Revert "params: fix typo in comment (#28129)"

This reverts commit 6ddfb7609f.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent ad3dea91e7
commit 5407591ebd

View file

@ -358,7 +358,7 @@ func (c *CliqueConfig) String() string {
func (c *ChainConfig) Description() string {
var banner string
// Create some basic network config output
// Create some basinc network config output
network := NetworkNames[c.ChainID.String()]
if network == "" {
network = "unknown"