You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes a bug where fully removing an order via `RemoveOrder` would
return the entire quantity of the order as the remaining quantity
instead of zero.
Fixes#2020
This fixes a bug where fully removing an order via `RemoveOrder` would
return the entire quantity of the order as the remaining quantity
instead of zero.
Fixes#2020
This fixes a bug where fully removing an order via `RemoveOrder` would
return the entire quantity of the order as the remaining quantity
instead of zero.
Fixes#2020
* feat(cli): cleaner removeorder output
* fix(rpc): 0 remaining quantity on full remove
This fixes a bug where fully removing an order via `RemoveOrder` would
return the entire quantity of the order as the remaining quantity
instead of zero.
Fixes#2020
Steps:
Actual result:

message says that order was removed partially and full amount of order displayed as remaining
Expected result:
Order fully removed
Note:
Partial removing works fine (correct message and value)
The text was updated successfully, but these errors were encountered: