cmd/geth: add ancient flag to db inspect (#23946)

This commit is contained in:
lightclient 2021-11-22 00:07:17 -07:00 committed by GitHub
parent e0761432a4
commit 6f2c3f2114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ Remove blockchain and state databases`,
ArgsUsage: "<prefix> <start>",
Flags: []cli.Flag{
utils.DataDirFlag,
utils.AncientFlag,
utils.SyncModeFlag,
utils.MainnetFlag,
utils.RopstenFlag,