diff --git a/cmd/rpcdaemon/commands/eth_receipts.go b/cmd/rpcdaemon/commands/eth_receipts.go index 132fec5c7..bb9cd66ee 100644 --- a/cmd/rpcdaemon/commands/eth_receipts.go +++ b/cmd/rpcdaemon/commands/eth_receipts.go @@ -483,6 +483,7 @@ func txnExecutor(tx kv.TemporalTx, chainConfig *chain.Config, engine consensus.E stateReader.SetTx(tx) ie := &intraBlockExec{ + tx: tx, engine: engine, chainConfig: chainConfig, br: br,