Skip to content

Commit f9df2aa

Browse files
committed
modify the hard fork time
1 parent f2e8251 commit f9df2aa

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, 1L, 22);
15+
VERSION_4_0_1(17, 1596780000000L, 22);
1616

1717
@Getter
1818
private int value;

0 commit comments

Comments
 (0)