Skip to content

Commit

Permalink
CAP-0047 - update names (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Jul 13, 2022
1 parent 8880f0f commit add83f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -579,13 +579,13 @@ case ENVELOPE_TYPE_CONTRACT_ID_FROM_ED25519:
{
uint256 ed25519;
uint256 salt;
} contractID;
} ed25519ContractID;
case ENVELOPE_TYPE_CONTRACT_ID_FROM_CONTRACT:
struct
{
Hash contractID; //contractID of parent contract
Hash contractID;
uint256 salt;
} childContractID;
} contractID;
};

enum MemoType
Expand Down

0 comments on commit add83f6

Please sign in to comment.