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
fix(orderbook): don't remove 0 quantity w/ hold (#1921)
This fixes a bug whereby attempting to remove an order that is entirely
on hold would throw an error due to trying to remove zero quantity from
an order. Instead, if the entire order is on hold we skip removing any
portion that is not on hold (since there is none) and wait for the hold
to be lifted and remove any quantity.
0 commit comments