Skip to content

Commit 502a15a

Browse files
committed
feat(approving): convert the approving window configuration to chain governance
1 parent f3fd9af commit 502a15a

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); // (86400, 201600]
941+
PROPOSAL_VOTING_WINDOW(92); // (0, 10512000L]
942942

943943
private long code;
944944

0 commit comments

Comments
 (0)