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 copy db command
This commit is contained in:
parent
5e0f03aacf
commit
7246651e41
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ The export-preimages command export hash preimages to an RLP encoded stream`,
|
|||
utils.RopstenFlag,
|
||||
utils.RinkebyFlag,
|
||||
utils.GoerliFlag,
|
||||
utils.LegacyTestnetFlag,
|
||||
},
|
||||
Category: "BLOCKCHAIN COMMANDS",
|
||||
Description: `
|
||||
|
|
|
|||
Loading…
Reference in a new issue