mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22: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
|
//@NOTE:SHYFT
|
||||||
type Internals struct {
|
type Internals struct {
|
||||||
Type string
|
Type string
|
||||||
From string
|
From string
|
||||||
To string
|
To string
|
||||||
Value string
|
Value string
|
||||||
Gas string
|
Gas string
|
||||||
GasUsed string
|
GasUsed string
|
||||||
Input string
|
Input string
|
||||||
Output string
|
Output string
|
||||||
Time string
|
Time string
|
||||||
Calls []*Internals
|
Calls []*Internals
|
||||||
}
|
}
|
||||||
|
|
||||||
//@NOTE:SHYFT
|
//@NOTE:SHYFT
|
||||||
|
|
@ -612,6 +612,7 @@ func (i *Internals) SWriteInteralTxs(hash common.Hash) {
|
||||||
panic(qerr)
|
panic(qerr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//@NOTE:SHYFT
|
//@NOTE:SHYFT
|
||||||
func (i *Internals) InternalRecursive(hash common.Hash) {
|
func (i *Internals) InternalRecursive(hash common.Hash) {
|
||||||
i.SWriteInteralTxs(hash)
|
i.SWriteInteralTxs(hash)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue