Skip to content

Commit 46814fa

Browse files
wip
1 parent 9e3d466 commit 46814fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk-libs/compressed-token-sdk/src/cpi/instruction.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ use borsh::BorshSerialize as AnchorSerialize;
66
use light_compressed_account::instruction_data::{
77
compressed_proof::CompressedProof, cpi_context::CompressedCpiContext,
88
};
9-
use light_compressed_token::process_transfer::CompressedTokenInstructionDataTransfer;
9+
use light_compressed_token::process_transfer::{
10+
CompressedTokenInstructionDataTransfer, InputTokenDataWithContext,
11+
};
1012
use solana_program::{
1113
instruction::{AccountMeta, Instruction},
1214
program_error::ProgramError,

0 commit comments

Comments
 (0)