mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 19:42:23 +00:00
rpc: fix stack field name for invocation results
Follow C# implementation: https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/invokefunction.html
This commit is contained in:
parent
198fffb9b8
commit
2316e2c4a7
1 changed files with 4 additions and 4 deletions
|
@ -10,5 +10,5 @@ type Invoke struct {
|
|||
State string `json:"state"`
|
||||
GasConsumed string `json:"gas_consumed"`
|
||||
Script string `json:"script"`
|
||||
Stack []smartcontract.Parameter
|
||||
Stack []smartcontract.Parameter `json:"stack"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue