Skip to content

Commit

Permalink
fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 22, 2024
1 parent dd8d2e7 commit c9a09f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpu-client/src/nonblocking/tpu_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use {
client_error::{Error as ClientError, ErrorKind, Result as ClientResult},
request::RpcError,
},
solana_rpc_response::{RpcContactInfo, SlotUpdate},
solana_sdk::{
clock::{Slot, DEFAULT_MS_PER_SLOT},
commitment_config::CommitmentConfig,
Expand Down

0 comments on commit c9a09f5

Please sign in to comment.