mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
CoinbasePro: Remove settled from order history status (#788)
This commit is contained in:
@@ -798,7 +798,7 @@ func (c *CoinbasePro) GetOrderHistory(ctx context.Context, req *order.GetOrdersR
|
||||
return nil, err
|
||||
}
|
||||
resp, err := c.GetOrders(ctx,
|
||||
[]string{"done", "settled"},
|
||||
[]string{"done"},
|
||||
fpair.String())
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user