mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-10 06:55:10 -05:00
chore(rpc): use block_hash instead on fetching debug_trace_block block (#11587)
This commit is contained in:
@@ -209,7 +209,7 @@ where
|
||||
|
||||
let ((cfg, block_env, _), block) = futures::try_join!(
|
||||
self.eth_api().evm_env_at(block_hash.into()),
|
||||
self.eth_api().block_with_senders(block_id),
|
||||
self.eth_api().block_with_senders(block_hash.into()),
|
||||
)?;
|
||||
|
||||
let block = block.ok_or(EthApiError::HeaderNotFound(block_id))?;
|
||||
|
||||
Reference in New Issue
Block a user