mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(rpc): created EthApiBuilder type (#14041)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -344,7 +344,7 @@ impl OpEthApiBuilder {
|
||||
blocking_task_pool,
|
||||
ctx.new_fee_history_cache(),
|
||||
ctx.evm_config.clone(),
|
||||
ctx.executor.clone(),
|
||||
Box::new(ctx.executor.clone()),
|
||||
ctx.config.proof_permits,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user