Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Oct 8, 2024
1 parent 776d243 commit 5bb823e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use reth_evm::{
};
use reth_evm_ethereum::eip6110::parse_deposits_from_receipts;
use reth_primitives::Header;
use revm_primitives::EVMError;
use std::{fmt::Display, sync::Arc};

/// Helper type for the output of executing a block.
Expand Down
9 changes: 3 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use consensus::GnosisBeaconConsensus;
use evm_config::GnosisEvmConfig;
use execute::GnosisExecutorProvider;
use eyre::eyre;
use gnosis::SYSTEM_ADDRESS;
// use gnosis::SYSTEM_ADDRESS;
use payload_builder::GnosisPayloadServiceBuilder;
use reth::{
api::{FullNodeComponents, NodeAddOns},
Expand All @@ -14,14 +14,11 @@ use reth::{
BuilderContext, Node,
},
network::NetworkHandle,
payload::EthBuiltPayload,
rpc::eth::EthApi,
};
use reth_chainspec::ChainSpec;
use reth_engine_primitives::{EngineValidator, PayloadTypes};
use reth_ethereum_engine_primitives::{
EthPayloadAttributes, EthPayloadBuilderAttributes, EthereumEngineValidator,
};
use reth_engine_primitives::EngineValidator;
use reth_ethereum_engine_primitives::EthereumEngineValidator;
use reth_node_ethereum::{
node::{EthereumEngineValidatorBuilder, EthereumNetworkBuilder, EthereumPoolBuilder},
EthEngineTypes, EthereumNode,
Expand Down

0 comments on commit 5bb823e

Please sign in to comment.