mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 23:16:53 +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:
@@ -213,11 +213,6 @@ func (a *Alphapoint) GetFeeByType(feeBuilder exchange.FeeBuilder) (float64, erro
|
||||
return 0, common.ErrFunctionNotSupported
|
||||
}
|
||||
|
||||
// GetWithdrawCapabilities returns the types of withdrawal methods permitted by the exchange
|
||||
func (a *Alphapoint) GetWithdrawCapabilities() uint32 {
|
||||
return a.GetWithdrawPermissions()
|
||||
}
|
||||
|
||||
// GetActiveOrders retrieves any orders that are active/open
|
||||
// This function is not concurrency safe due to orderSide/orderType maps
|
||||
func (a *Alphapoint) GetActiveOrders(getOrdersRequest exchange.GetOrdersRequest) ([]exchange.OrderDetail, error) {
|
||||
|
||||
Reference in New Issue
Block a user