Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e346a + 700b490 commit f68001bCopy full SHA for f68001b
response.go
@@ -60,7 +60,7 @@ type InternalTx struct {
60
Type string `json:"type"`
61
Gas int `json:"gas,string"`
62
GasUsed int `json:"gasUsed,string"`
63
- TraceID int `json:"traceId,string"`
+ TraceID string `json:"traceId"`
64
IsError int `json:"isError,string"`
65
ErrCode string `json:"errCode"`
66
}
0 commit comments