Skip to content

Commit

Permalink
use cmp_pubkeys from mpl-utils instead of token auth rules (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal authored Jun 20, 2023
1 parent dfb6f0a commit bc15a89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions token-metadata/program/src/processor/metadata/transfer.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::fmt::Display;

use mpl_token_auth_rules::processor::cmp_pubkeys;
use mpl_utils::{assert_signer, token::TokenTransferParams};
use mpl_utils::{assert_signer, cmp_pubkeys, token::TokenTransferParams};
use solana_program::{
account_info::AccountInfo,
entrypoint::ProgramResult,
Expand Down

0 comments on commit bc15a89

Please sign in to comment.