From 779cf5d03db7a5ba35a63e49dfbaab39c81e190a Mon Sep 17 00:00:00 2001 From: /raw PONG _GHMoaCXLT <58883403+q9f@users.noreply.github.com> Date: Thu, 9 Apr 2020 10:35:38 +0200 Subject: [PATCH] cmd/geth: add legacy testnet flag to the inspect command --- cmd/geth/chaincmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index dcd617a21e..84077cf5a6 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -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",