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
|
|
@ -60,4 +60,5 @@ type logMarshaling struct {
|
||||||
BlockNumber hexutil.Uint64
|
BlockNumber hexutil.Uint64
|
||||||
TxIndex hexutil.Uint
|
TxIndex hexutil.Uint
|
||||||
Index hexutil.Uint
|
Index hexutil.Uint
|
||||||
|
BlockTimestamp hexutil.Uint64
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue