Skip to content

Commit

Permalink
modify the hard fork time
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed Jul 27, 2020
1 parent f2e8251 commit f9df2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public enum ForkBlockVersionEnum {
VERSION_3_6_5(9, 0L, 0),
VERSION_3_6_6(10, 0L, 0),
VERSION_4_0(16, 0L, 0),
VERSION_4_0_1(17, 1L, 22);
VERSION_4_0_1(17, 1596780000000L, 22);

@Getter
private int value;
Expand Down

0 comments on commit f9df2aa

Please sign in to comment.