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
Description
When executing a buy limit order with no available offers, a new
Ask offer is added on the market. However, if there is an ask
offer with the same amount, the total amount is not incremented
but a new offer with the same price is added.
To Reproduce
Steps to reproduce the behavior:
Go to interface
Fill amount and limit field with the value "1"
Click on "Buy"
See error
Expected behavior
The buy limit order offer is added to the market,
and the size for this offer it updated.
The new value is equal to the previous value
plus the new offer size value.
The text was updated successfully, but these errors were encountered:
Description
When executing a buy limit order with no available offers, a new
Ask offer is added on the market. However, if there is an ask
offer with the same amount, the total amount is not incremented
but a new offer with the same price is added.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The buy limit order offer is added to the market,
and the size for this offer it updated.
The new value is equal to the previous value
plus the new offer size value.
The text was updated successfully, but these errors were encountered: