params: fix typo in comment (#28129)

fix: typo
This commit is contained in:
phenix3443 2023-09-17 22:02:48 +08:00 committed by devopsbo3
parent 5d5f12f179
commit 6ddfb7609f

View file

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