mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 23:16:48 +00:00
Fixed incorrect bool declaration
This commit is contained in:
@@ -144,7 +144,7 @@ func (a *ANX) SetAPIKeys(apiKey, apiSecret string) {
|
||||
|
||||
if err != nil {
|
||||
log.Printf("%s unable to decode secret key. Authenticated API support disabled.", a.GetName())
|
||||
a.AuthenticatedAPISupport = true
|
||||
a.AuthenticatedAPISupport = false
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user