Skip to content

Commit

Permalink
Merge branch 'main' into will/grid-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiguelgarcia committed Jul 28, 2023
2 parents 2e04970 + fcac624 commit d0a70c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ pub enum InvalidTransactionCustomId {
ForbiddenAppId,
/// Max padded length was exceeded.
MaxPaddedLenExceeded,
/// Max recursion was reached for a call with AppId != 0.
MaxRecursionExceeded,
}

#[derive(
Expand Down

0 comments on commit d0a70c6

Please sign in to comment.