Skip to content

Commit

Permalink
Add SCVal success to INVOKE_HOST_FUNCTION_SUCCESS, fix stellar/stella…
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 21, 2022
1 parent d194cc6 commit 4df1f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ enum InvokeHostFunctionResultCode
union InvokeHostFunctionResult switch (InvokeHostFunctionResultCode code)
{
case INVOKE_HOST_FUNCTION_SUCCESS:
void;
SCVal success;
case INVOKE_HOST_FUNCTION_MALFORMED:
case INVOKE_HOST_FUNCTION_TRAPPED:
void;
Expand Down

0 comments on commit 4df1f48

Please sign in to comment.