Skip to content

Commit

Permalink
Update gsdk metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx committed Dec 13, 2023
1 parent 0e355c4 commit 1b3c7ba
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions gsdk/src/metadata/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2667,12 +2667,9 @@ pub mod runtime_types {
#[doc = "Program with the specified id is not found."]
ProgramNotFound,
#[codec(index = 14)]
#[doc = "Voucher can't be redeemed"]
FailureRedeemingVoucher,
#[codec(index = 15)]
#[doc = "Gear::run() already included in current block."]
GearRunAlreadyInBlock,
#[codec(index = 16)]
#[codec(index = 15)]
#[doc = "The program rent logic is disabled."]
ProgramRentDisabled,
}
Expand Down Expand Up @@ -3339,9 +3336,9 @@ pub mod runtime_types {
#[doc = "\n\t\t\tCustom [dispatch errors](https://docs.substrate.io/main-docs/build/events-errors/)\n\t\t\tof this pallet.\n\t\t\t"]
pub enum Error {
#[codec(index = 0)]
FailureToCreateVoucher,
InsufficientBalance,
#[codec(index = 1)]
FailureToRedeemVoucher,
InvalidVoucher,
}
#[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)]
#[doc = "\n\t\t\tThe [event](https://docs.substrate.io/main-docs/build/events-errors/) emitted\n\t\t\tby this pallet.\n\t\t\t"]
Expand Down

0 comments on commit 1b3c7ba

Please sign in to comment.