mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 07:26:48 +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:
@@ -287,11 +287,6 @@ func (b *Bitstamp) GetWebsocket() (*exchange.Websocket, error) {
|
||||
return b.Websocket, nil
|
||||
}
|
||||
|
||||
// GetWithdrawCapabilities returns the types of withdrawal methods permitted by the exchange
|
||||
func (b *Bitstamp) GetWithdrawCapabilities() uint32 {
|
||||
return b.GetWithdrawPermissions()
|
||||
}
|
||||
|
||||
// GetActiveOrders retrieves any orders that are active/open
|
||||
func (b *Bitstamp) GetActiveOrders(getOrdersRequest exchange.GetOrdersRequest) ([]exchange.OrderDetail, error) {
|
||||
var orders []exchange.OrderDetail
|
||||
|
||||
Reference in New Issue
Block a user