Skip to content

Commit de79da5

Browse files
committed
add the notes
1 parent f9df2aa commit de79da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainbase/src/main/java/org/tron/core/config/args/Parameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum ForkBlockVersionEnum {
1212
VERSION_3_6_5(9, 0L, 0),
1313
VERSION_3_6_6(10, 0L, 0),
1414
VERSION_4_0(16, 0L, 0),
15-
VERSION_4_0_1(17, 1596780000000L, 22);
15+
VERSION_4_0_1(17, 1596780000000L, 22);//GMT 2020-08-07 06:00:00
1616

1717
@Getter
1818
private int value;

0 commit comments

Comments
 (0)