fix(rpc): populate block_hash in eth_simulateV1 logs (#21413)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Matthias Seitz
2026-01-26 13:41:19 +01:00
committed by GitHub
parent 934f462d01
commit 6cfd369d17

View File

@@ -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()