Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Aug 27, 2024
1 parent 006e43b commit 45bc9bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions relayer/src/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ use prost_types::Timestamp;
use solana_core::banking_trace::BankingPacketBatch;
use solana_metrics::datapoint_info;
use solana_sdk::{
address_lookup_table::AddressLookupTableAccount,
clock::{Slot, NUM_CONSECUTIVE_LEADER_SLOTS},
pubkey::Pubkey,
saturating_add_assign,
transaction::VersionedTransaction,
address_lookup_table::AddressLookupTableAccount, clock::Slot, pubkey::Pubkey,
saturating_add_assign, transaction::VersionedTransaction,
};
use thiserror::Error;
use tokio::sync::mpsc::{channel, error::TrySendError, Sender as TokioSender};
Expand Down

0 comments on commit 45bc9bb

Please sign in to comment.