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:
Ryan O'Hara-Reid
2017-09-12 08:37:18 +10:00
parent 939ce3ab21
commit e8c7bf9af4
24 changed files with 601 additions and 241 deletions

View File

@@ -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
}