mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 23:16:51 +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
@@ -233,8 +233,8 @@ func (b *Bithumb) GetTransactionHistory(symbol string) (TransactionHistory, erro
|
||||
return response, nil
|
||||
}
|
||||
|
||||
// GetAccountInfo returns account information
|
||||
func (b *Bithumb) GetAccountInfo() (Account, error) {
|
||||
// GetAccountInformation returns account information
|
||||
func (b *Bithumb) GetAccountInformation() (Account, error) {
|
||||
response := Account{}
|
||||
|
||||
err := b.SendAuthenticatedHTTPRequest(privateAccInfo, nil, &response)
|
||||
|
||||
Reference in New Issue
Block a user