Skip to content

Commit

Permalink
fix errors' comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Mar 11, 2024
1 parent 7741c09 commit 8470cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/mpl-core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ pub enum MplCoreError {
#[error("Missing update authority")]
MissingUpdateAuthority,

/// 20 - Missing new owner
/// 21 - Missing new owner
#[error("Missing new owner")]
MissingNewOwner,

/// 21 - Missing system program
/// 22 - Missing system program
#[error("Missing system program")]
MissingSystemProgram,

/// 22 - Feature not available
/// 23 - Feature not available
#[error("Feature not available")]
NotAvailable,
}
Expand Down

0 comments on commit 8470cab

Please sign in to comment.