Skip to content

Commit 4f22039

Browse files
wip
1 parent 251d4db commit 4f22039

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk-libs/compressed-token-sdk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ anchor = ["light-compressed-account/anchor"]
2525

2626
[dependencies]
2727
light-compressed-account = { workspace = true, features = ["anchor"] }
28-
light-compressed-token = { workspace = true }
2928
solana-program = { workspace = true }
3029
anchor-lang = { workspace = true }
3130
num-bigint = { workspace = true }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
use crate::state::InputTokenDataWithContext;
12
use light_compressed_account::compressed_account::PackedMerkleContext;
2-
use light_compressed_token::process_transfer::InputTokenDataWithContext;
33

44
/// Get an existing compressed token account from token_data in optimized
55
/// format.

0 commit comments

Comments
 (0)