CoinbasePro: Remove settled from order history status (#788)

This commit is contained in:
khcchiu
2021-09-29 12:16:40 +08:00
committed by GitHub
parent d0caf6e3fe
commit a959b6cce6

View File

@@ -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