mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Fix invalid period in type declaration
Fixes https://github.com/thrasher-/gocryptotrader/issues/110
This commit is contained in:
@@ -121,7 +121,7 @@ type SpotPrice struct {
|
||||
Last float64 `json:"last,string"`
|
||||
Sell float64 `json:"sell,string"`
|
||||
UnitAmount float64 `json:"unit_amount,string"`
|
||||
Vol float64 `json:"vol.string"`
|
||||
Vol float64 `json:"vol,string"`
|
||||
} `json:"ticker"`
|
||||
Result bool `json:"result"`
|
||||
Error interface{} `json:"error_code"`
|
||||
|
||||
Reference in New Issue
Block a user