chore: rm reth-interfaces from op e2e (#8480)

This commit is contained in:
Matthias Seitz
2024-05-29 16:57:50 +02:00
committed by GitHub
parent 1d428cbba6
commit 09f1ee1600
3 changed files with 1 additions and 3 deletions

View File

@ -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;