mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(rpc): populate block_hash in eth_simulateV1 logs (#21413)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -375,6 +375,7 @@ where
|
||||
log_index: Some(log_index - 1),
|
||||
transaction_index: Some(index as u64),
|
||||
transaction_hash: Some(*tx.tx_hash()),
|
||||
block_hash: Some(block.hash()),
|
||||
block_number: Some(block.header().number()),
|
||||
block_timestamp: Some(block.header().timestamp()),
|
||||
..Default::default()
|
||||
|
||||
Reference in New Issue
Block a user