Skip to content

Commit e00f7f4

Browse files
author
Sakary Jia
committed
no message
1 parent 4f98d6a commit e00f7f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ public boolean execute(Object result) throws ContractExeException {
9595
.addTotalEnergyWeight(frozenBalance / 1000_000L);
9696
break;
9797
default:
98-
throw new ContractExeException(
99-
"ResourceCode error,valid ResourceCode[BANDWIDTH、ENERGY]");
98+
logger.debug("Resource Code Error.");
10099
}
101100

102101
accountCapsule.setBalance(newBalance);

0 commit comments

Comments
 (0)