rpc: marshal GasConsumed getapplicationlog
as string
Also there is no more decimal point.
This commit is contained in:
parent
6a2161207a
commit
3787a8895e
2 changed files with 5 additions and 3 deletions
|
@ -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{},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue