mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 07:26:48 +00:00
Periodic pairsLastUpdated timestamp update
Fix other GoReportCard warnings
This commit is contained in:
@@ -1190,7 +1190,7 @@ func getWithdrawalFee(currency string) float64 {
|
||||
return WithdrawalFees[currency]
|
||||
}
|
||||
|
||||
// GetBalance returns the full balance accross all wallets
|
||||
// GetBalance returns the full balance across all wallets
|
||||
func (o *OKEX) GetBalance() ([]FullBalance, error) {
|
||||
var resp Balance
|
||||
var balances []FullBalance
|
||||
|
||||
Reference in New Issue
Block a user