mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: move TestConensus to reth-consensus (#7813)
This commit is contained in:
@ -1259,8 +1259,8 @@ mod tests {
|
||||
use super::*;
|
||||
use assert_matches::assert_matches;
|
||||
use linked_hash_set::LinkedHashSet;
|
||||
use reth_consensus::test_utils::TestConsensus;
|
||||
use reth_db::{tables, test_utils::TempDatabase, transaction::DbTxMut, DatabaseEnv};
|
||||
use reth_interfaces::test_utils::TestConsensus;
|
||||
use reth_node_ethereum::EthEvmConfig;
|
||||
#[cfg(not(feature = "optimism"))]
|
||||
use reth_primitives::proofs::calculate_receipt_root;
|
||||
|
||||
Reference in New Issue
Block a user