mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
utils: clarify description for history.state flag (#31164)
This commit is contained in:
parent
3adfa1fbeb
commit
68d477670c
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ var (
|
|||
}
|
||||
StateHistoryFlag = &cli.Uint64Flag{
|
||||
Name: "history.state",
|
||||
Usage: "Number of recent blocks to retain state history for (default = 90,000 blocks, 0 = entire chain)",
|
||||
Usage: "Number of recent blocks to retain state history for, only relevant in state.scheme=path (default = 90,000 blocks, 0 = entire chain)",
|
||||
Value: ethconfig.Defaults.StateHistory,
|
||||
Category: flags.StateCategory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue