mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-28 15:10:32 +00:00
Split up common.go, file path fixes and much more
This commit is contained in:
@@ -238,7 +238,7 @@ func (e *EXMO) WithdrawCryptocurrency(currency, address, invoice string, amount
|
||||
v.Set("currency", currency)
|
||||
v.Set("address", address)
|
||||
|
||||
if common.StringToUpper(currency) == "XRP" {
|
||||
if strings.ToUpper(currency) == "XRP" {
|
||||
v.Set(invoice, invoice)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user