@@ -84,8 +84,8 @@ In other words, this command does the snapshot to trie conversion.
84
84
Action : checkDanglingStorage ,
85
85
Flags : flags .Merge (utils .NetworkFlags , utils .DatabaseFlags ),
86
86
Description : `
87
- geth snapshot check-dangling-storage <state-root> traverses the snap storage
88
- data, and verifies that all snapshot storage data has a corresponding account.
87
+ geth snapshot check-dangling-storage <state-root> traverses the snap storage
88
+ data, and verifies that all snapshot storage data has a corresponding account.
89
89
` ,
90
90
},
91
91
{
@@ -96,7 +96,7 @@ data, and verifies that all snapshot storage data has a corresponding account.
96
96
Flags : flags .Merge (utils .NetworkFlags , utils .DatabaseFlags ),
97
97
Description : `
98
98
geth snapshot inspect-account <address | hash> checks all snapshot layers and prints out
99
- information about the specified address.
99
+ information about the specified address.
100
100
` ,
101
101
},
102
102
{
@@ -125,7 +125,7 @@ geth snapshot traverse-rawstate <state-root>
125
125
will traverse the whole state from the given root and will abort if any referenced
126
126
trie node or contract code is missing. This command can be used for state integrity
127
127
verification. The default checking target is the HEAD state. It's basically identical
128
- to traverse-state, but the check granularity is smaller.
128
+ to traverse-state, but the check granularity is smaller.
129
129
130
130
It's also usable without snapshot enabled.
131
131
` ,
@@ -143,7 +143,7 @@ It's also usable without snapshot enabled.
143
143
}, utils .NetworkFlags , utils .DatabaseFlags ),
144
144
Description : `
145
145
This command is semantically equivalent to 'geth dump', but uses the snapshots
146
- as the backend data source, making this command a lot faster.
146
+ as the backend data source, making this command a lot faster.
147
147
148
148
The argument is interpreted as block number or hash. If none is provided, the latest
149
149
block is used.
0 commit comments