mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 23:16:53 +00:00
Remove unwanted wrapper name stuttering and standardise common error returns (#213)
This commit is contained in:
committed by
Adrian Gallagher
parent
c41f611d96
commit
92534249bf
@@ -270,7 +270,7 @@ func GetAllEnabledExchangeAccountInfo() AllEnabledExchangeAccounts {
|
||||
log.Printf("GetAllEnabledExchangeAccountInfo: Skippping %s due to disabled authenticated API support.", individualBot.GetName())
|
||||
continue
|
||||
}
|
||||
individualExchange, err := individualBot.GetExchangeAccountInfo()
|
||||
individualExchange, err := individualBot.GetAccountInfo()
|
||||
if err != nil {
|
||||
log.Printf("Error encountered retrieving exchange account info for %s. Error %s",
|
||||
individualBot.GetName(), err)
|
||||
|
||||
Reference in New Issue
Block a user