From 7101ece8038736972e55051b5e70beb34d79526b Mon Sep 17 00:00:00 2001 From: Matthew Callens Date: Sat, 13 Aug 2022 15:27:10 -0400 Subject: [PATCH] spl: import TokenMetadataAccount (#2123) --- spl/src/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spl/src/metadata.rs b/spl/src/metadata.rs index 3f3caf8c..df5a1450 100644 --- a/spl/src/metadata.rs +++ b/spl/src/metadata.rs @@ -1,6 +1,6 @@ use anchor_lang::context::CpiContext; use anchor_lang::{Accounts, Result, ToAccountInfos}; -use mpl_token_metadata::state::{CollectionDetails, DataV2}; +use mpl_token_metadata::state::{CollectionDetails, DataV2, TokenMetadataAccount}; use mpl_token_metadata::ID; use solana_program::account_info::AccountInfo; use solana_program::pubkey::Pubkey;