Skip to content

Commit

Permalink
Rename sourceContractID to sourceAccountContractID (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 26, 2022
1 parent 2f824a1 commit 8b2c5d1
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 @@ -594,7 +594,7 @@ case ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE_ACCOUNT:
{
AccountID sourceAccount;
uint256 salt;
} sourceContractID;
} sourceAccountContractID;
};

enum MemoType
Expand Down

0 comments on commit 8b2c5d1

Please sign in to comment.