Skip to content

Commit 56626d5

Browse files
committed
feat(conf): make compatible with old configurations
1 parent d26baed commit 56626d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actuator/src/main/java/org/tron/core/utils/ProposalUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ public enum ProposalType { // current value, value range
938938
ALLOW_STRICT_MATH(87), // 0, 1
939939
CONSENSUS_LOGIC_OPTIMIZATION(88), // 0, 1
940940
ALLOW_TVM_BLOB(89), // 0, 1
941-
PROPOSAL_VOTING_WINDOW(92); // (0, 10512000]
941+
PROPOSAL_VOTING_WINDOW(92); // (0, 31536000000]
942942

943943
private long code;
944944

0 commit comments

Comments
 (0)