Skip to content

Commit

Permalink
Remove mergeable (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Jun 15, 2023
1 parent 9e5ddb5 commit 5d6b3b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Stellar-contract.x
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ case SC_ADDRESS_TYPE_CONTRACT:
// Here due to circular dependency
enum ContractDataType {
TEMPORARY = 0,
MERGEABLE = 1,
EXCLUSIVE = 2
PERSISTENT = 1
};

%struct SCVal;
Expand Down

0 comments on commit 5d6b3b9

Please sign in to comment.