Skip to content

Commit

Permalink
Add txSOROBAN_RESOURCE_LIMIT_EXCEEDED to the respective structs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Apr 29, 2023
1 parent 5e132b2 commit b4b3c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,7 @@ struct InnerTransactionResult
case txBAD_SPONSORSHIP:
case txBAD_MIN_SEQ_AGE_OR_GAP:
case txMALFORMED:
case txSOROBAN_RESOURCE_LIMIT_EXCEEDED:
void;
}
result;
Expand Down Expand Up @@ -1968,6 +1969,7 @@ struct TransactionResult
case txBAD_SPONSORSHIP:
case txBAD_MIN_SEQ_AGE_OR_GAP:
case txMALFORMED:
case txSOROBAN_RESOURCE_LIMIT_EXCEEDED:
void;
}
result;
Expand Down

0 comments on commit b4b3c99

Please sign in to comment.