Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/crates/phoenix-sdk-core/src/ata_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use borsh::{BorshDeserialize, BorshSchema, BorshSerialize};
// Copy-pasted from https://github.com/solana-labs/solana-program-library/blob/master/associated-token-account/program/src/lib.rs
// Copy-pasted from https://github.com/solana-program/associated-token-account/blob/main/program/src/lib.rs
// Solana dependency graph is too complicated. I don't want to talk about it
use solana_sdk::{
instruction::{AccountMeta, Instruction},
Expand Down