diff --git a/bin/reth/src/main.rs b/bin/reth/src/main.rs index 08da17655..a19ff491a 100644 --- a/bin/reth/src/main.rs +++ b/bin/reth/src/main.rs @@ -9,7 +9,7 @@ mod serialized; mod spot_meta; mod tx_forwarder; -use std::{collections::BTreeMap, path::PathBuf, sync::Arc}; +use std::{collections::BTreeMap, sync::Arc}; use block_ingest::BlockIngest; use call_forwarder::CallForwarderApiServer;