Skip to content

Commit

Permalink
params: fix typo in comment (ethereum#28129)
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
phenix3443 committed Sep 17, 2023
1 parent 52234eb commit d8a351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d8a351b

Please sign in to comment.