Skip to content
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

Do not allow a taker to take multiple orders at once #427

Open
Catrya opened this issue Jan 16, 2025 · 0 comments
Open

Do not allow a taker to take multiple orders at once #427

Catrya opened this issue Jan 16, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Catrya
Copy link
Collaborator

Catrya commented Jan 16, 2025

To prevent a malicious user from "locking" orders by taking them and then not continuing, which would leave the order book empty for a while, a taker should be prevented from having more than 1 order in status waiting-buyer-invoice or waiting-payment.

If they want to take another order, they must complete the one they already took or cancel it if they is not going to continue.

@grunch grunch added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants