Skip to content

Commit 2f16687

Browse files
authored
Add txSOROBAN_RESOURCE_LIMIT_EXCEEDED to the respective structs. (#91)
1 parent e288e22 commit 2f16687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Stellar-transaction.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,7 @@ struct InnerTransactionResult
19221922
case txBAD_SPONSORSHIP:
19231923
case txBAD_MIN_SEQ_AGE_OR_GAP:
19241924
case txMALFORMED:
1925+
case txSOROBAN_RESOURCE_LIMIT_EXCEEDED:
19251926
void;
19261927
}
19271928
result;
@@ -1968,6 +1969,7 @@ struct TransactionResult
19681969
case txBAD_SPONSORSHIP:
19691970
case txBAD_MIN_SEQ_AGE_OR_GAP:
19701971
case txMALFORMED:
1972+
case txSOROBAN_RESOURCE_LIMIT_EXCEEDED:
19711973
void;
19721974
}
19731975
result;

0 commit comments

Comments
 (0)