forked from TrueCloudLab/neoneo-go
vm: put child invocation tree nodes into call
element
As neo-project/neo-modules#657 currently does.
This commit is contained in:
parent
e3d8e7b613
commit
eb27699dad
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ import (
|
||||||
// you can see how contracts called each other.
|
// you can see how contracts called each other.
|
||||||
type InvocationTree struct {
|
type InvocationTree struct {
|
||||||
Current util.Uint160 `json:"hash"`
|
Current util.Uint160 `json:"hash"`
|
||||||
Calls []*InvocationTree `json:"calls,omitempty"`
|
Calls []*InvocationTree `json:"call,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue