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
If a user with vote_weight >0 but <0.000001 is saved
This is not possible: The vote weight is limited to 6 decimal places, so 0.000001 is the lowest possible number (that's why we chose it as the minimum).
Current behaviour:
If the vote_weight is too small ( < 0.000001) then the following Error is thrown:
Wanted behaviour:
If a user with vote_weight <= 0 is saved then the thrown error should be:
If a user with vote_weight >0 but <0.000001 is saved then the following error should be thrown:
The text was updated successfully, but these errors were encountered: