We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bc212 commit cadba1eCopy full SHA for cadba1e
1 file changed
framework/src/main/java/org/tron/program/DBConvert.java
@@ -142,8 +142,8 @@ public static int run(String[] args) {
142
// convert v2
143
if (cpList != null) {
144
cpList.forEach(f -> res.add(esDb.submit(
145
- new DBConvert(dbSrc+"/"+CHECKPOINT_V2_DIR_NAME,
146
- dbDst+"/"+CHECKPOINT_V2_DIR_NAME, f.getName()))));
+ new DBConvert(dbSrc + "/" + CHECKPOINT_V2_DIR_NAME,
+ dbDst + "/" + CHECKPOINT_V2_DIR_NAME, f.getName()))));
147
}
148
149
int fails = res.size();
0 commit comments