mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(rpc): enable eth_getProof (#5071)
This commit is contained in:
@ -17,7 +17,7 @@ use reth::{
|
||||
Cli,
|
||||
},
|
||||
primitives::{Address, IntoRecoveredTransaction},
|
||||
rpc::{compat::transaction_to_call_request, types::trace::parity::TraceType},
|
||||
rpc::{compat::transaction::transaction_to_call_request, types::trace::parity::TraceType},
|
||||
tasks::TaskSpawner,
|
||||
transaction_pool::TransactionPool,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user