cmd/geth: add legacy testnet flag to the inspect command

This commit is contained in:
/raw PONG _GHMoaCXLT 2020-04-09 10:35:38 +02:00
parent 7246651e41
commit 779cf5d03d
No known key found for this signature in database
GPG key ID: E79CDFA171DC2DF9

View file

@ -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",