Skip to content

Commit 4249016

Browse files
committed
nit: an import
1 parent b865721 commit 4249016

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tasks/tx_poller.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
//! Transaction service responsible for fetching and sending trasnsactions to the simulator.
2-
use std::time::Duration;
3-
42
use crate::config::BuilderConfig;
53
use alloy::consensus::TxEnvelope;
64
use eyre::Error;
75
use init4_bin_base::deps::tracing::{Instrument, debug, debug_span, trace};
86
use reqwest::{Client, Url};
97
use serde::{Deserialize, Serialize};
8+
use std::time::Duration;
109
use tokio::{sync::mpsc, task::JoinHandle, time};
1110

1211
/// Models a response from the transaction pool.

0 commit comments

Comments
 (0)