Skip to content

Commit

Permalink
Fix unmarshal error on time
Browse files Browse the repository at this point in the history
  • Loading branch information
infinq authored Jan 10, 2021
1 parent 90a831c commit 5504904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitvavo.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type TimeResponse struct {
}

type Time struct {
Time int64 `json:"time,string"`
Time int64 `json:"time"`
}

type MarketsResponse struct {
Expand Down

0 comments on commit 5504904

Please sign in to comment.