Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 7, 2025
1 parent 583edcc commit 9af91d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/trin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pub mod cli;
use std::sync::Arc;

use cli::TrinConfig;
#[cfg(windows)]
use ethportal_api::types::cli::Web3TransportType;
use ethportal_api::{
types::network::Subnetwork, utils::bytes::hex_encode, version::get_trin_version,
};
Expand All @@ -24,6 +22,8 @@ use trin_beacon::initialize_beacon_network;
use trin_history::initialize_history_network;
use trin_state::initialize_state_network;
use trin_storage::PortalStorageConfigFactory;
#[cfg(windows)]
use trin_utils::cli::Web3TransportType;
use trin_validation::oracle::HeaderOracle;
use utp_rs::socket::UtpSocket;

Expand Down

0 comments on commit 9af91d9

Please sign in to comment.