rpc: marshal GasConsumed getapplicationlog as string

Also there is no more decimal point.
This commit is contained in:
Evgenii Stratonikov 2020-06-19 11:28:31 +03:00
parent 6a2161207a
commit 3787a8895e
2 changed files with 5 additions and 3 deletions

View file

@ -113,7 +113,7 @@ var rpcClientTestCases = map[string][]rpcClientTestCase{
TxHash: txHash,
Trigger: "Application",
VMState: "HALT",
GasConsumed: util.Fixed8FromInt64(1),
GasConsumed: "1",
Stack: []smartcontract.Parameter{{Type: smartcontract.IntegerType, Value: int64(1)}},
Events: []result.NotificationEvent{},
}