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
Opened this issue · 1 comments
GalRogozinski commented
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)
GalRogozinski commented
related to #452