mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Remove unnecessary --state.scheme and --db.engine flags when pruning the exist database.
This commit is contained in:
parent
263aef9cc4
commit
c5e79d79c3
1 changed files with 6 additions and 1 deletions
|
|
@ -195,7 +195,12 @@ This command dumps out the state for a given block (or latest, if none provided)
|
|||
Name: "prune-history",
|
||||
Usage: "Prune blockchain history (block bodies and receipts) up to the merge block",
|
||||
ArgsUsage: "",
|
||||
Flags: utils.DatabaseFlags,
|
||||
Flags: []cli.Flag{
|
||||
utils.DataDirFlag,
|
||||
utils.AncientFlag,
|
||||
utils.RemoteDBFlag,
|
||||
utils.HttpHeaderFlag,
|
||||
},
|
||||
Description: `
|
||||
The prune-history command removes historical block bodies and receipts from the
|
||||
blockchain database up to the merge block, while preserving block headers. This
|
||||
|
|
|
|||
Loading…
Reference in a new issue