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
When we call createResolutionWithExclusion, the excludedContributor address can be whatever address, as we don't do any type of pre-validation to it. This is a problem, as the resolution is still valid, but when we try to approve it, it then breaks.
We should therefore make sure the address for the addressedContributor is one of the possible voters.
The text was updated successfully, but these errors were encountered:
It can happen that at the time of the creation of the resolution with exclusion, the excluded address is a contributor, but at the time of the approval the address is not a contributor anymore.
When we call
createResolutionWithExclusion
, theexcludedContributor
address can be whatever address, as we don't do any type of pre-validation to it. This is a problem, as the resolution is still valid, but when we try to approve it, it then breaks.We should therefore make sure the address for the
addressedContributor
is one of the possible voters.The text was updated successfully, but these errors were encountered: