We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
instead of storing a map of shares here, i think we should store map of shares in CommitteeRunner and only a single share in the other runners
(remove share(s) from BaseRunner) and then we wont have this weird issue of ranging over 1 share in every runner except CommitteeRunner
Originally posted by @moshe-blox in #421 (comment)
The text was updated successfully, but these errors were encountered:
GetShare
related to #452
Sorry, something went wrong.
No branches or pull requests
(remove share(s) from BaseRunner)
and then we wont have this weird issue of ranging over 1 share in every runner except CommitteeRunner
Originally posted by @moshe-blox in #421 (comment)
The text was updated successfully, but these errors were encountered: