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
Replace the following piece of code with the FindBallot function.
` ballot, found := k.zetaObserverKeeper.GetBallot(ctx, index)
if !found {
var voterList []string
Threshold for different types of ballots needs to maintained in the params
In the current implementation, we read from obsParams := k.GetParams(ctx).GetParamsForChain(chain), why changing it to sdk.MustNewDecFromStr("1.00"), do we also want to keep a unique one for all chains?
Closing this as won't fix, as the msg for vote TSS differs from the other messages, and does not carry ChainID, which makes it not possible to use FindBallot.
Replace the following piece of code with the
FindBallot
function.` ballot, found := k.zetaObserverKeeper.GetBallot(ctx, index)
if !found {
var voterList []string
Find Ballot
would need to be modified to accept ballot thresholdsThe text was updated successfully, but these errors were encountered: