-
Notifications
You must be signed in to change notification settings - Fork 162
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
Allow multiple takers #1782
Allow multiple takers #1782
Conversation
f37a836
to
e52b038
Compare
e52b038
to
ee4fe15
Compare
1db8563
to
3a34bdf
Compare
Hey Koala this one was a very big task and fixes a very important issue. Please submit an invoice with a long expiration time for a DevFund reward of 2M Sats. |
|
03c4fe564b36687d8bb5d878f1e215a47e46de2057a65fbff2ba39132d5593cc |
What does this PR do?
Fixes #1439
Allow multiple takers
Checklist before merging
pip install pre-commit
, thenpre-commit install
. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.