Skip to content

Commit

Permalink
Use specific length error
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Nov 18, 2023
1 parent 4b63cd0 commit c69d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/rust/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ pub fn assert_edition_is_programmable(edition_data: &[u8]) -> Result<(), MplToke
}
}

Err(MplTokenMetadataError::InvalidTokenStandard)
Err(MplTokenMetadataError::InvalidMasterEditionAccountLength)
}

0 comments on commit c69d4ff

Please sign in to comment.