mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 02:45:02 +00:00
parent
52234eb172
commit
d8a351b58f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue