Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Aug 3, 2023
1 parent a00c50e commit e4869dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@ pub(crate) fn process_instruction(
ConfidentialTransferFeeInstruction::WithdrawWithheldTokensFromAccounts => {
msg!("ConfidentialTransferInstruction::WithdrawWithheldTokensFromAccounts");
let data = decode_instruction_data::<WithdrawWithheldTokensFromAccountsData>(input)?;
return process_withdraw_withheld_tokens_from_accounts(
process_withdraw_withheld_tokens_from_accounts(
program_id,
accounts,
data.num_token_accounts,
&data.new_decryptable_available_balance,
data.proof_instruction_offset as i64,
);
)
}
ConfidentialTransferFeeInstruction::HarvestWithheldTokensToMint => {
msg!("ConfidentialTransferInstruction::HarvestWithheldTokensToMint");
Expand Down

0 comments on commit e4869dd

Please sign in to comment.