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 2cff1af + 3d8b2ab commit 5adb18aCopy full SHA for 5adb18a
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