mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 15:10:59 +00:00
In the common package added JSONDecode error check. Added verbosity in SendHTTPGetRequest. Updated Nonce package function. Fixed issues in ItBit package and expanded test coverage.
This commit is contained in:
@@ -314,7 +314,7 @@ func FetchFixerCurrencyData() error {
|
||||
|
||||
CurrencyStoreFixer = make(map[string]float64)
|
||||
|
||||
err := common.SendHTTPGetRequest(url, true, &result)
|
||||
err := common.SendHTTPGetRequest(url, true, false, &result)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user