Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(orderbook): reject all dust peer orders
This fixes an oversight where we would only reject peer orders where the price times quantity was below the dust limit, but not necessarily where the quantity itself was below the dust limit.
- Loading branch information