mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused op dep (#6743)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6661,7 +6661,6 @@ dependencies = [
|
||||
"reth-interfaces",
|
||||
"reth-node-api",
|
||||
"reth-node-ethereum",
|
||||
"reth-node-optimism",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-trie",
|
||||
|
||||
@ -29,7 +29,6 @@ tracing.workspace = true
|
||||
[dev-dependencies]
|
||||
reth-trie.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-node-optimism.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
|
||||
@ -597,9 +597,9 @@ mod tests {
|
||||
Account, Bytecode, Bytes, ChainSpecBuilder, ForkCondition, Signature, StorageKey,
|
||||
Transaction, TransactionKind, TxEip1559, MAINNET,
|
||||
};
|
||||
#[cfg(feature = "optimism")]
|
||||
use reth_provider::BundleStateWithReceipts;
|
||||
use reth_provider::{AccountReader, BlockHashReader, StateRootProvider};
|
||||
use reth_provider::{
|
||||
AccountReader, BlockHashReader, BundleStateWithReceipts, StateRootProvider,
|
||||
};
|
||||
use reth_trie::updates::TrieUpdates;
|
||||
use revm::{Database, TransitionState};
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user