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
similarly to #56 function unDelegate() is incomplete and leads to serious exploit where a member can undelegate and redelegate another leader easily, bypassing the require check require(!tokenFunction.isLockedForMemberVote(allDelegation[followerId].leader), "leader voted");
and become rich by claiming reward
The text was updated successfully, but these errors were encountered:
similarly to #56 function unDelegate() is incomplete and leads to serious exploit where a member can undelegate and redelegate another leader easily, bypassing the require check
require(!tokenFunction.isLockedForMemberVote(allDelegation[followerId].leader), "leader voted");
and become rich by claiming reward
The text was updated successfully, but these errors were encountered: