mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): move impl of eth api server out of reth-rpc-eth-api (#9135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -21,7 +21,7 @@ use reth::{
|
||||
interpreter::{Interpreter, OpCode},
|
||||
Database, Evm, EvmContext, Inspector,
|
||||
},
|
||||
rpc::{compat::transaction::transaction_to_call_request, eth::servers::Call},
|
||||
rpc::{api::eth::helpers::Call, compat::transaction::transaction_to_call_request},
|
||||
transaction_pool::TransactionPool,
|
||||
};
|
||||
use reth_node_ethereum::node::EthereumNode;
|
||||
|
||||
Reference in New Issue
Block a user