reformat code

This commit is contained in:
Tim Williams 2018-07-25 11:21:46 -04:00
parent 43dbd77049
commit 951f936e84

View file

@ -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)