mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +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 {
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue