mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 09:25:33 -05:00
chore(consensus): crate refactor (#1094)
This commit is contained in:
@@ -11,7 +11,7 @@ use clap::{crate_version, Parser};
|
||||
use eyre::Context;
|
||||
use fdlimit::raise_fd_limit;
|
||||
use futures::{stream::select as stream_select, Stream, StreamExt};
|
||||
use reth_consensus::BeaconConsensus;
|
||||
use reth_consensus::beacon::BeaconConsensus;
|
||||
use reth_db::mdbx::{Env, WriteMap};
|
||||
use reth_downloaders::{bodies, headers};
|
||||
use reth_interfaces::consensus::{Consensus, ForkchoiceState};
|
||||
|
||||
@@ -7,7 +7,7 @@ use crate::{
|
||||
utils::{chainspec::chain_spec_value_parser, init::init_db},
|
||||
NetworkOpts,
|
||||
};
|
||||
use reth_consensus::BeaconConsensus;
|
||||
use reth_consensus::beacon::BeaconConsensus;
|
||||
use reth_downloaders::bodies::concurrent::ConcurrentDownloaderBuilder;
|
||||
|
||||
use reth_net_nat::NatResolver;
|
||||
|
||||
Reference in New Issue
Block a user