Skip to content

Commit 368b148

Browse files
committed
add todo: use new block version
1 parent 4600d57 commit 368b148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ private void validateValue(Map.Entry<Long, Long> entry) throws ContractValidateE
240240
break;
241241
}
242242
case (19): {
243+
// todo: use new block version
243244
if (!dbManager.getForkController().pass(ForkBlockVersionConsts.ENERGY_LIMIT)) {
244245
throw new ContractValidateException("Bad chain parameter id");
245246
}

0 commit comments

Comments
 (0)