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
Will throw error User(s) [5] can't delegate their votes because they receive vote delegations. if there was already a delegation between these users (pointing in the other direction) before the call.
Since that very delegation is supposed to be deleted through this action, there is no reason why this should raise an error.
This should be fixed.
It may also be worthwhile to look into whether this also happens if the same transaction is started from the other direction (from-delegation deleted, to delegation opened)
The text was updated successfully, but these errors were encountered:
I think this might be related to #1801, but I don't think either of those is worth investigating now as this will be resolved with the relational db sometime in the undeterminate future
Something like
Will throw error
User(s) [5] can't delegate their votes because they receive vote delegations.
if there was already a delegation between these users (pointing in the other direction) before the call.Since that very delegation is supposed to be deleted through this action, there is no reason why this should raise an error.
This should be fixed.
It may also be worthwhile to look into whether this also happens if the same transaction is started from the other direction (from-delegation deleted, to delegation opened)
The text was updated successfully, but these errors were encountered: