mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
reformat code
This commit is contained in:
parent
43dbd77049
commit
951f936e84
1 changed files with 11 additions and 10 deletions
|
|
@ -579,16 +579,16 @@ func (jst *Tracer) CaptureEnd(output []byte, gasUsed uint64, t time.Duration, er
|
|||
|
||||
//@NOTE:SHYFT
|
||||
type Internals struct {
|
||||
Type string
|
||||
From string
|
||||
To string
|
||||
Value string
|
||||
Gas string
|
||||
Type string
|
||||
From string
|
||||
To string
|
||||
Value string
|
||||
Gas string
|
||||
GasUsed string
|
||||
Input string
|
||||
Output string
|
||||
Time string
|
||||
Calls []*Internals
|
||||
Input string
|
||||
Output string
|
||||
Time string
|
||||
Calls []*Internals
|
||||
}
|
||||
|
||||
//@NOTE:SHYFT
|
||||
|
|
@ -612,6 +612,7 @@ func (i *Internals) SWriteInteralTxs(hash common.Hash) {
|
|||
panic(qerr)
|
||||
}
|
||||
}
|
||||
|
||||
//@NOTE:SHYFT
|
||||
func (i *Internals) InternalRecursive(hash common.Hash) {
|
||||
i.SWriteInteralTxs(hash)
|
||||
|
|
@ -718,4 +719,4 @@ func (jst *Tracer) SGetResult(hash common.Hash) (json.RawMessage, error) {
|
|||
dat.InternalRecursive(hash)
|
||||
|
||||
return result, jst.err
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue