mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/geth: add legacy testnet flag to the inspect command
This commit is contained in:
parent
7246651e41
commit
779cf5d03d
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ Use "ethereum dump 0" to dump the genesis block.`,
|
|||
utils.RopstenFlag,
|
||||
utils.RinkebyFlag,
|
||||
utils.GoerliFlag,
|
||||
utils.LegacyTestnetFlag,
|
||||
utils.SyncModeFlag,
|
||||
},
|
||||
Category: "BLOCKCHAIN COMMANDS",
|
||||
|
|
|
|||
Loading…
Reference in a new issue