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/geth/dbcmd.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ Remove blockchain and state databases`,
76
76
utils.RinkebyFlag,
77
77
utils.GoerliFlag,
78
78
utils.MumbaiFlag,
79
+
utils.BorMainnetFlag,
79
80
},
80
81
Usage: "Inspect the storage size for each type of data in the database",
81
82
Description: `This commands iterates the entire database. If the optional 'prefix' and 'start' arguments are provided, then the iteration is limited to the given subset of data.`,
@@ -92,6 +93,7 @@ Remove blockchain and state databases`,
92
93
utils.RinkebyFlag,
93
94
utils.GoerliFlag,
94
95
utils.MumbaiFlag,
96
+
utils.BorMainnetFlag,
95
97
},
96
98
}
97
99
dbCompactCmd= cli.Command{
@@ -106,6 +108,7 @@ Remove blockchain and state databases`,
106
108
utils.RinkebyFlag,
107
109
utils.GoerliFlag,
108
110
utils.MumbaiFlag,
111
+
utils.BorMainnetFlag,
109
112
utils.CacheFlag,
110
113
utils.CacheDatabaseFlag,
111
114
},
@@ -126,6 +129,7 @@ corruption if it is aborted during execution'!`,
126
129
utils.RinkebyFlag,
127
130
utils.GoerliFlag,
128
131
utils.MumbaiFlag,
132
+
utils.BorMainnetFlag,
129
133
},
130
134
Description: "This command looks up the specified database key from the database.",
131
135
}
@@ -142,6 +146,7 @@ corruption if it is aborted during execution'!`,
142
146
utils.RinkebyFlag,
143
147
utils.GoerliFlag,
144
148
utils.MumbaiFlag,
149
+
utils.BorMainnetFlag,
145
150
},
146
151
Description: `This command deletes the specified database key from the database.
147
152
WARNING: This is a low-level operation which may cause database corruption!`,
@@ -159,6 +164,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
159
164
utils.RinkebyFlag,
160
165
utils.GoerliFlag,
161
166
utils.MumbaiFlag,
167
+
utils.BorMainnetFlag,
162
168
},
163
169
Description: `This command sets a given database key to the given value.
164
170
WARNING: This is a low-level operation which may cause database corruption!`,
@@ -176,6 +182,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
176
182
utils.RinkebyFlag,
177
183
utils.GoerliFlag,
178
184
utils.MumbaiFlag,
185
+
utils.BorMainnetFlag,
179
186
},
180
187
Description: "This command looks up the specified database key from the database.",
181
188
}
@@ -192,6 +199,7 @@ WARNING: This is a low-level operation which may cause database corruption!`,
192
199
utils.RinkebyFlag,
193
200
utils.GoerliFlag,
194
201
utils.MumbaiFlag,
202
+
utils.BorMainnetFlag,
195
203
},
196
204
Description: "This command displays information about the freezer index.",
0 commit comments