diff --git a/response.go b/response.go index f6de7d6..b1338d3 100644 --- a/response.go +++ b/response.go @@ -60,7 +60,7 @@ type InternalTx struct { Type string `json:"type"` Gas int `json:"gas,string"` GasUsed int `json:"gasUsed,string"` - TraceID int `json:"traceId,string"` + TraceID string `json:"traceId"` IsError int `json:"isError,string"` ErrCode string `json:"errCode"` }