mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 15:10:49 +00:00
minor improvements and bugfixes
1) reduce request content-type mismatch ambiguity 2) remove duplicate wrapper function for withdraw permissions 3) update exchange_template tool to add missing/incorrect wrapper funcs
This commit is contained in:
@@ -278,11 +278,6 @@ func (i *ItBit) GetFeeByType(feeBuilder exchange.FeeBuilder) (float64, error) {
|
||||
return i.GetFee(feeBuilder)
|
||||
}
|
||||
|
||||
// GetWithdrawCapabilities returns the types of withdrawal methods permitted by the exchange
|
||||
func (i *ItBit) GetWithdrawCapabilities() uint32 {
|
||||
return i.GetWithdrawPermissions()
|
||||
}
|
||||
|
||||
// GetActiveOrders retrieves any orders that are active/open
|
||||
func (i *ItBit) GetActiveOrders(getOrdersRequest exchange.GetOrdersRequest) ([]exchange.OrderDetail, error) {
|
||||
wallets, err := i.GetWallets(url.Values{})
|
||||
|
||||
Reference in New Issue
Block a user