Skip to content

Commit 2fbb853

Browse files
committed
func(proposal): adjust proposal id
1 parent d1f8511 commit 2fbb853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public enum ProposalType { // current value, value range
835835
ALLOW_CANCEL_ALL_UNFREEZE_V2(77), // 0, 1
836836
MAX_DELEGATE_LOCK_PERIOD(78), // (86400, 10512000]
837837
ALLOW_OLD_REWARD_OPT(79), // 0, 1
838-
ALLOW_ENERGY_ADJUSTMENT(80); // 0, 1
838+
ALLOW_ENERGY_ADJUSTMENT(81); // 0, 1
839839

840840
private long code;
841841

0 commit comments

Comments
 (0)