You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/utils/flags.go
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -270,9 +270,9 @@ var (
270
270
Usage: "Scheme to use for storing ethereum state ('hash' or 'path')",
271
271
Category: flags.StateCategory,
272
272
}
273
-
StateHistoryFlag=&cli.Int64Flag{
273
+
StateHistoryFlag=&cli.Uint64Flag{
274
274
Name: "history.state",
275
-
Usage: "Number of recent blocks to retain state history for, only relevant in state.scheme=path (default = 90,000 blocks, 0 = entire chain, -1 = disabled)",
275
+
Usage: "Number of recent blocks to retain state history for, only relevant in state.scheme=path (default = 90,000 blocks, 0 = entire chain)",
0 commit comments