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

Continue if provided with more group shares than group threshold #17

Open
tka85 opened this issue Feb 16, 2020 · 0 comments
Open

Continue if provided with more group shares than group threshold #17

tka85 opened this issue Feb 16, 2020 · 0 comments

Comments

@tka85
Copy link
Contributor

tka85 commented Feb 16, 2020

Currently code fails if user provides more group shares than are needed:

if (groups.size !== groupThreshold) {

Would it make sense to just take the first $neededShares and continue instead of failing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant