Skip to content

Commit

Permalink
Rename ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE to ENVELOPE_TYPE_CONTRAC…
Browse files Browse the repository at this point in the history
…T_ID_FROM_SOURCE_ACCOUNT (#43)
  • Loading branch information
leighmcculloch authored Sep 26, 2022
1 parent 29051b1 commit 2f824a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Stellar-ledger-entries.x
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,6 @@ enum EnvelopeType
ENVELOPE_TYPE_CONTRACT_ID_FROM_ED25519 = 8,
ENVELOPE_TYPE_CONTRACT_ID_FROM_CONTRACT = 9,
ENVELOPE_TYPE_CONTRACT_ID_FROM_ASSET = 10,
ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE = 11
ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE_ACCOUNT = 11
};
}
2 changes: 1 addition & 1 deletion Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ case ENVELOPE_TYPE_CONTRACT_ID_FROM_CONTRACT:
} contractID;
case ENVELOPE_TYPE_CONTRACT_ID_FROM_ASSET:
Asset fromAsset;
case ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE:
case ENVELOPE_TYPE_CONTRACT_ID_FROM_SOURCE_ACCOUNT:
struct
{
AccountID sourceAccount;
Expand Down

0 comments on commit 2f824a1

Please sign in to comment.