We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3af4f2 commit f74673aCopy full SHA for f74673a
src/main/java/org/tron/core/services/ProposalService.java
@@ -50,11 +50,11 @@ public enum ProposalType {
50
ALLOW_PROTO_FILTER_NUM(24), // 1, 24
51
ALLOW_ACCOUNT_STATE_ROOT(25), // 1, 25
52
ALLOW_TVM_CONSTANTINOPLE(26), // 1, 26
53
- ALLOW_TVM_SOLIDITY_059(27), // 1, 27
54
- ADAPTIVE_RESOURCE_LIMIT_TARGET_RATIO(28), // 10, 28
55
ADAPTIVE_RESOURCE_LIMIT_MULTIPLIER(29), // 1000, 29
56
ALLOW_CHANGE_DELEGATION(30), //1, 30
57
- WITNESS_127_PAY_PER_BLOCK(31); //drop, 31
+ WITNESS_127_PAY_PER_BLOCK(31), //drop, 31
+ ALLOW_TVM_SOLIDITY_059(32), // 1, 32
+ ADAPTIVE_RESOURCE_LIMIT_TARGET_RATIO(33); // 10, 33
58
59
ProposalType(long code) {
60
this.code = code;
0 commit comments