-
Notifications
You must be signed in to change notification settings - Fork 3
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
Disconnect if solo participant #19
Comments
In addition to the above safety check on the client to only go through the server if there are other participants, there should also be a min participants setting on the server. If the minimum number of participants are not connected to the server, the timer will not cause the transaction to be released and will instead wait until the minimum participants have connected. |
Disconnect and solo purchaseticket when only one participant in the join (#19)
Fixed in above commits |
Verified working. |
If a client detects that their are no other participants in the join, instead of sending the transaction through the server, the client should instead disconnect and create a normal splittx locally without using the server.
The text was updated successfully, but these errors were encountered: