params: fix typo in comment (#28129)

fix: typo
pull/28137/head
phenix3443 1 year ago committed by GitHub
parent 52234eb172
commit d8a351b58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      params/config.go

@ -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"

Loading…
Cancel
Save