We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8051e commit 7fa9e23Copy full SHA for 7fa9e23
rpc/jsonrpc/eth_simulation.go
@@ -460,6 +460,7 @@ func (s *simulator) simulateBlock(
460
if s.traceTransfers {
461
// Transfers must be recorded as if they were logs: use a tracer that records all logs and ether transfers
462
vmConfig.Tracer = tracer.Hooks()
463
+ intraBlockState.SetHooks(vmConfig.Tracer)
464
}
465
466
// Apply pre-transaction state modifications before block execution.
0 commit comments