diff --git a/core/types/log.go b/core/types/log.go index fe279ba863..6180bf4558 100644 --- a/core/types/log.go +++ b/core/types/log.go @@ -56,8 +56,9 @@ type Log struct { } type logMarshaling struct { - Data hexutil.Bytes - BlockNumber hexutil.Uint64 - TxIndex hexutil.Uint - Index hexutil.Uint + Data hexutil.Bytes + BlockNumber hexutil.Uint64 + TxIndex hexutil.Uint + Index hexutil.Uint + BlockTimestamp hexutil.Uint64 }