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
// TODO should we return error here? like ErrNotInThePartyif!common.Contains(partiesID, localPartyID) {
tKeySign.logger.Info().Msg("we are not in this rounds key sign")
returnnil, nil
}