diff --git a/object/market.go b/object/market.go index 0b0ab6d7..a74f8b83 100644 --- a/object/market.go +++ b/object/market.go @@ -15,8 +15,9 @@ const ( // MarketCurrency struct. type MarketCurrency struct { - ID int `json:"id"` // Currency ID - Name string `json:"name"` // Currency sign + ID int `json:"id"` // Currency ID + Name string `json:"name"` // Currency sign + Title string `json:"title"` // Currency Title } // MarketMarketAlbum struct.