Skip to content

Commit

Permalink
add missing enum value (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Sep 23, 2022
1 parent dec57de commit 78ddb7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ struct LiquidityPoolWithdrawOp
enum HostFunction
{
HOST_FN_CALL = 0,
HOST_FN_CREATE_CONTRACT = 1
HOST_FN_CREATE_CONTRACT = 1,
HOST_FN_CREATE_CONTRACT_WITH_SOURCE = 2
};

struct InvokeHostFunctionOp
Expand Down

0 comments on commit 78ddb7f

Please sign in to comment.