Skip to content

Commit

Permalink
Merge pull request #78 from availproject/ghali/remove-old-error
Browse files Browse the repository at this point in the history
remove error in favor of native exhaust error
  • Loading branch information
Leouarz authored Mar 4, 2024
2 parents 861f35a + 2ac4494 commit 79a0cbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ pub enum InvalidTransactionCustomId {
/// The AppId is not registered.
InvalidAppId = 137,
/// Extrinsic is not allowed for the given `AppId`.
ForbiddenAppId,
/// Max padded length was exceeded.
MaxPaddedLenExceeded,
ForbiddenAppId = 138,
/// Max recursion was reached for a call with AppId != 0.
MaxRecursionExceeded,
MaxRecursionExceeded = 139,
}

#[derive(
Expand Down

0 comments on commit 79a0cbf

Please sign in to comment.