Skip to content

Commit f74673a

Browse files
committed
modify the proposal 27,28 to 32 33
1 parent d3af4f2 commit f74673a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/tron/core/services/ProposalService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public enum ProposalType {
5050
ALLOW_PROTO_FILTER_NUM(24), // 1, 24
5151
ALLOW_ACCOUNT_STATE_ROOT(25), // 1, 25
5252
ALLOW_TVM_CONSTANTINOPLE(26), // 1, 26
53-
ALLOW_TVM_SOLIDITY_059(27), // 1, 27
54-
ADAPTIVE_RESOURCE_LIMIT_TARGET_RATIO(28), // 10, 28
5553
ADAPTIVE_RESOURCE_LIMIT_MULTIPLIER(29), // 1000, 29
5654
ALLOW_CHANGE_DELEGATION(30), //1, 30
57-
WITNESS_127_PAY_PER_BLOCK(31); //drop, 31
55+
WITNESS_127_PAY_PER_BLOCK(31), //drop, 31
56+
ALLOW_TVM_SOLIDITY_059(32), // 1, 32
57+
ADAPTIVE_RESOURCE_LIMIT_TARGET_RATIO(33); // 10, 33
5858

5959
ProposalType(long code) {
6060
this.code = code;

0 commit comments

Comments
 (0)