Skip to content

Commit

Permalink
fix failed test due to unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
4r33x committed Mar 4, 2025
1 parent 41964a9 commit 13ef9f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpc/src/transaction_status_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ impl TransactionStatusService {

#[cfg(test)]
pub(crate) mod tests {
use rayon::vec;
use solana_sdk::account::AccountSharedData;

use {
super::*,
crate::transaction_notifier_interface::TransactionNotifier,
Expand All @@ -274,6 +271,7 @@ pub(crate) mod tests {
solana_ledger::{genesis_utils::create_genesis_config, get_tmp_ledger_path_auto_delete},
solana_runtime::bank::{Bank, TransactionBalancesSet},
solana_sdk::{
account::AccountSharedData,
account_utils::StateMut,
clock::Slot,
fee::FeeDetails,
Expand Down

0 comments on commit 13ef9f8

Please sign in to comment.