params: fix typo in comment (#28129)

fix: typo
This commit is contained in:
phenix3443 2023-09-17 22:02:48 +08:00 committed by GitHub
parent 52234eb172
commit d8a351b58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"