Skip to content

Commit 0901dbd

Browse files
author
Sakary Jia
committed
add default to switch
1 parent 6827cd1 commit 0901dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public boolean execute(Object result) throws ContractExeException {
9494
dynamicStore
9595
.addTotalEnergyWeight(frozenBalance / 1000_000L);
9696
break;
97+
default:
9798
}
9899

99100
accountCapsule.setBalance(newBalance);

0 commit comments

Comments
 (0)