Fix formatting
This commit is contained in:
parent
20459a2f46
commit
5a604441b4
@ -55,7 +55,7 @@ type ResultTickersAsString struct {
|
|||||||
|
|
||||||
// ResultTickerListAsString contains formatted data about available currency tickers
|
// ResultTickerListAsString contains formatted data about available currency tickers
|
||||||
type ResultTickerListAsString struct {
|
type ResultTickerListAsString struct {
|
||||||
Timestamp int64 `json:"ts,omitempty"`
|
Timestamp int64 `json:"ts,omitempty"`
|
||||||
Tickers []string `json:"available_currencies"`
|
Tickers []string `json:"available_currencies"`
|
||||||
Error string `json:"error,omitempty"`
|
Error string `json:"error,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user