Skip to content

Commit

Permalink
<fix>(V3): remove unnecessary throw exception. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay authored Mar 19, 2024
1 parent ae17c3d commit df1bdf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,6 @@ private MethodSpec buildContractWrapperReturn(ABIDefinition functionDefinition)

List<TypeName> outputParameterTypes = buildTypeNames(functionDefinition.getOutputs());

methodBuilder.addException(ContractException.class);
if (outputParameterTypes.isEmpty()) {

String format =
Expand Down

0 comments on commit df1bdf0

Please sign in to comment.