mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "params: fix typo in comment (#28129)"
This reverts commit 6ddfb7609f.
This commit is contained in:
parent
ad3dea91e7
commit
5407591ebd
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 basic network config output
|
||||
// Create some basinc network config output
|
||||
network := NetworkNames[c.ChainID.String()]
|
||||
if network == "" {
|
||||
network = "unknown"
|
||||
|
|
|
|||
Loading…
Reference in a new issue