Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1c952e6

Browse files
committed
update token-cli for the new interface
1 parent e40175d commit 1c952e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token/cli/src/command.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ use {
6969
},
7070
spl_token_client::{
7171
client::{ProgramRpcClientSendTransaction, RpcClientResponse},
72+
proof_generation::ProofAccount,
7273
token::{ComputeUnitLimit, ExtensionInitializationParams, Token},
7374
},
7475
spl_token_group_interface::state::TokenGroup,
@@ -3348,7 +3349,7 @@ async fn command_deposit_withdraw_confidential_tokens(
33483349
.confidential_transfer_withdraw(
33493350
&token_account_address,
33503351
&owner,
3351-
Some(&context_state_pubkey),
3352+
Some(&ProofAccount::ContextAccount(context_state_pubkey)),
33523353
amount,
33533354
decimals,
33543355
Some(withdraw_account_info),

0 commit comments

Comments
 (0)