diff --git a/core/types/receipt.go b/core/types/receipt.go index 4f96fde59c..09353261c0 100644 --- a/core/types/receipt.go +++ b/core/types/receipt.go @@ -370,6 +370,7 @@ func (rs Receipts) DeriveFields(config *params.ChainConfig, hash common.Hash, nu rs[i].Logs[j].TxHash = rs[i].TxHash rs[i].Logs[j].TxIndex = uint(i) rs[i].Logs[j].Index = logIndex + rs[i].Logs[j].BlockTimestamp = time logIndex++ } }