Skip to content

Commit 70d822c

Browse files
committed
minor change
1 parent c9e2b4b commit 70d822c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/core/actuator/ProposalCreateActuator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private void validateValue(Map.Entry<Long, Long> entry) throws ContractValidateE
215215
}
216216
break;
217217
}
218-
case (17): {
218+
case (17): { // deprecated
219219
if (!dbManager.getForkController().pass(ForkBlockVersionConsts.ENERGY_LIMIT)) {
220220
throw new ContractValidateException("Bad chain parameter id");
221221
}

0 commit comments

Comments
 (0)