Skip to content

Commit

Permalink
Merge pull request #7 from BenKnigge/develop
Browse files Browse the repository at this point in the history
TraceID from int to string
  • Loading branch information
nanmu42 authored Sep 24, 2018
2 parents 2cff1af + 3d8b2ab commit 5adb18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 5adb18a

Please sign in to comment.