mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Add comment to explain new field
This commit is contained in:
parent
e46fea9632
commit
befff6ed30
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ type callLog struct {
|
||||||
Address common.Address `json:"address"`
|
Address common.Address `json:"address"`
|
||||||
Topics []common.Hash `json:"topics"`
|
Topics []common.Hash `json:"topics"`
|
||||||
Data hexutil.Bytes `json:"data"`
|
Data hexutil.Bytes `json:"data"`
|
||||||
|
// Position of the log relative to subcalls within the same trace
|
||||||
|
// See https://github.com/ethereum/go-ethereum/pull/28389 for details
|
||||||
Position int `json:"position"`
|
Position int `json:"position"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue