From 21545f83ce637825db383bb4b296782126059ff1 Mon Sep 17 00:00:00 2001 From: Sam Kim Date: Tue, 1 Aug 2023 17:19:04 +0900 Subject: [PATCH] update client for harvest tokens to mint --- token/client/src/token.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/token/client/src/token.rs b/token/client/src/token.rs index d66406842a9..f00ff7014a1 100644 --- a/token/client/src/token.rs +++ b/token/client/src/token.rs @@ -2555,14 +2555,13 @@ where } /// Harvest withheld confidential tokens to mint - #[cfg(feature = "proof-program")] pub async fn confidential_transfer_harvest_withheld_tokens_to_mint( &self, sources: &[&Pubkey], ) -> TokenResult { self.process_ixs::<[&dyn Signer; 0]>( &[ - confidential_transfer::instruction::harvest_withheld_tokens_to_mint( + confidential_transfer_fee::instruction::harvest_withheld_tokens_to_mint( &self.program_id, &self.pubkey, sources,