You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have places in code where we assume that the first share has common properties with all other committee shares.
So we extract the first share to get the data.
Even though correct, this is hacky, and we shouldn't do this.
Description
We have places in code where we assume that the first share has common properties with all other committee shares.
So we extract the first share to get the data.
Even though correct, this is hacky, and we shouldn't do this.
e.g.
ssv-spec/ssv/runner_signatures.go
Lines 49 to 58 in b843e38
The text was updated successfully, but these errors were encountered: