Skip to content

Commit 7491af6

Browse files
committed
fix(proposal): should break for each proposal case
1 parent 2fbb853 commit 7491af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actuator/src/main/java/org/tron/core/utils/ProposalUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ public static void validator(DynamicPropertiesStore dynamicPropertiesStore,
757757
throw new ContractValidateException(
758758
"This value[ALLOW_ENERGY_ADJUSTMENT] is only allowed to be 1");
759759
}
760+
break;
760761
}
761762
default:
762763
break;

0 commit comments

Comments
 (0)