-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reject invalid ranges #320
Comments
Will fix asap. |
@bilthon give this a try... |
grunch
pushed a commit
that referenced
this issue
Jul 9, 2024
fixed via #322 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing ranges I was able to make mostro accept an order in which the
min_amount
>max_amount
. The web client will prevent this from happening, but ideally these kinds of orders should also be rejected by mostrod in case other clients fail to catch this.Here's a sample event that was accepted by mostro:
The text was updated successfully, but these errors were encountered: