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.
1 parent 06e346a commit 700b490Copy full SHA for 700b490
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