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 4f98d6a commit e00f7f4Copy full SHA for e00f7f4
actuator/src/main/java/org/tron/core/actuator/FreezeBalanceActuator.java
@@ -95,8 +95,7 @@ public boolean execute(Object result) throws ContractExeException {
95
.addTotalEnergyWeight(frozenBalance / 1000_000L);
96
break;
97
default:
98
- throw new ContractExeException(
99
- "ResourceCode error,valid ResourceCode[BANDWIDTH、ENERGY]");
+ logger.debug("Resource Code Error.");
100
}
101
102
accountCapsule.setBalance(newBalance);
0 commit comments