Skip to content

Commit

Permalink
Fix validate function.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Jan 16, 2025
1 parent c148650 commit 6fa47bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programs/mpl-core/src/processor/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ pub(crate) fn execute<'a>(accounts: &'a [AccountInfo<'a>], args: ExecuteV1Args)
None,
None,
None,
None,
None,
AssetV1::check_execute,
CollectionV1::check_execute,
PluginType::check_execute,
Expand Down

0 comments on commit 6fa47bc

Please sign in to comment.