Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6387c520
Unverified
Commit
6387c520
authored
Mar 12, 2021
by
michael1011
Committed by
GitHub
Mar 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/geth: add ancient datadir flag to snapshot subcommands (#22486)
parent
aae76604
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
snapshot.go
cmd/geth/snapshot.go
+4
-0
No files found.
cmd/geth/snapshot.go
View file @
6387c520
...
...
@@ -57,6 +57,7 @@ var (
Category
:
"MISCELLANEOUS COMMANDS"
,
Flags
:
[]
cli
.
Flag
{
utils
.
DataDirFlag
,
utils
.
AncientFlag
,
utils
.
RopstenFlag
,
utils
.
RinkebyFlag
,
utils
.
GoerliFlag
,
...
...
@@ -86,6 +87,7 @@ the trie clean cache with default directory will be deleted.
Category
:
"MISCELLANEOUS COMMANDS"
,
Flags
:
[]
cli
.
Flag
{
utils
.
DataDirFlag
,
utils
.
AncientFlag
,
utils
.
RopstenFlag
,
utils
.
RinkebyFlag
,
utils
.
GoerliFlag
,
...
...
@@ -105,6 +107,7 @@ In other words, this command does the snapshot to trie conversion.
Category
:
"MISCELLANEOUS COMMANDS"
,
Flags
:
[]
cli
.
Flag
{
utils
.
DataDirFlag
,
utils
.
AncientFlag
,
utils
.
RopstenFlag
,
utils
.
RinkebyFlag
,
utils
.
GoerliFlag
,
...
...
@@ -126,6 +129,7 @@ It's also usable without snapshot enabled.
Category
:
"MISCELLANEOUS COMMANDS"
,
Flags
:
[]
cli
.
Flag
{
utils
.
DataDirFlag
,
utils
.
AncientFlag
,
utils
.
RopstenFlag
,
utils
.
RinkebyFlag
,
utils
.
GoerliFlag
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment