Skip to content

Commit

Permalink
chore: rm reth-interfaces from op e2e (#8480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 29, 2024
1 parent 1d428cb commit 09f1ee1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/optimism/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ reth-tracing.workspace = true
reth-provider.workspace = true
reth-transaction-pool.workspace = true
reth-network.workspace = true
reth-interfaces.workspace = true
reth-evm.workspace = true
reth-revm.workspace = true
reth-evm-optimism.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/optimism/node/tests/e2e/p2p.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::utils::{advance_chain, setup};
use reth_interfaces::blockchain_tree::error::BlockchainTreeError;
use reth::blockchain_tree::error::BlockchainTreeError;
use reth_rpc_types::engine::PayloadStatusEnum;
use std::sync::Arc;
use tokio::sync::Mutex;
Expand Down

0 comments on commit 09f1ee1

Please sign in to comment.