mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-04 12:45:06 +08:00
The check to filter out orders for zero shares wasn't truncated the number of shares to an integer before checking, so if a fractional amount less than 1 was being passed in, it wasn't being filtered out even though it should have been. This is now fixed.