chore: relax some trait bounds (#7739)

This commit is contained in:
Matthias Seitz
2024-04-19 12:18:23 +02:00
committed by GitHub
parent e7945f9219
commit f14bf14d19
3 changed files with 21 additions and 25 deletions

View File

@ -44,9 +44,7 @@ use reth_node_core::{
primitives::{kzg::KzgSettings, Head},
utils::write_peers_to_file,
};
use reth_node_events::node;
use reth_node_events::cl::ConsensusLayerHealthEvents;
use reth_node_events::{cl::ConsensusLayerHealthEvents, node};
use reth_primitives::{constants::eip4844::MAINNET_KZG_TRUSTED_SETUP, format_ether, ChainSpec};
use reth_provider::{
providers::BlockchainProvider, CanonStateSubscriptions, ChainSpecProvider, ProviderFactory,