We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52234eb commit d8a351bCopy full SHA for d8a351b
params/config.go
@@ -358,7 +358,7 @@ func (c *CliqueConfig) String() string {
358
func (c *ChainConfig) Description() string {
359
var banner string
360
361
- // Create some basinc network config output
+ // Create some basic network config output
362
network := NetworkNames[c.ChainID.String()]
363
if network == "" {
364
network = "unknown"
0 commit comments