Skip to content

Commit

Permalink
add a new error to support utility pallet / check_app_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Jul 21, 2023
1 parent a9d0f17 commit 6b61b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/avail/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ pub enum InvalidTransactionCustomId {
ForbiddenAppId,
/// Max padded length was exceeded.
MaxPaddedLenExceeded,
/// Max recursion was reached for a call with AppId != 0.
MaxRecursionExceeded,
}

/// Provides an implementation of [`frame_support::traits::Randomness`] that should only be used in
Expand Down

0 comments on commit 6b61b5a

Please sign in to comment.