mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/types: add timestamp in log marshal
Signed-off-by: tmelhao <tmelhao@gmail.com>
This commit is contained in:
parent
cf6f3f2f12
commit
3906621e24
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue