Skip to content

Commit

Permalink
fix inline_spl import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Apr 30, 2024
1 parent a1ffd42 commit 6152a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-client-api/src/filter.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(deprecated)]
use {
crate::version_req::VersionReq,
solana_inline_spl::token_2022::{Account, GenericTokenAccount},
solana_inline_spl::{token::GenericTokenAccount, token_2022::Account},
solana_sdk::account::{AccountSharedData, ReadableAccount},
std::borrow::Cow,
thiserror::Error,
Expand Down

0 comments on commit 6152a3c

Please sign in to comment.