mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix linting
This commit is contained in:
parent
befff6ed30
commit
332053779d
1 changed files with 4 additions and 4 deletions
|
|
@ -37,12 +37,12 @@ func init() {
|
|||
}
|
||||
|
||||
type callLog struct {
|
||||
Address common.Address `json:"address"`
|
||||
Topics []common.Hash `json:"topics"`
|
||||
Data hexutil.Bytes `json:"data"`
|
||||
Address common.Address `json:"address"`
|
||||
Topics []common.Hash `json:"topics"`
|
||||
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"`
|
||||
}
|
||||
|
||||
type callFrame struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue