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
The function "RemoveMyPool" does allow to remove a pool even if it is an active validator during the Epoch.
While other logics like Withdrawal orderWithdraw, they do it right and add the Pool to the "_poolsToBeRemoved" data storage, and it is then removed from the Pools during the RNG for the next validatorset.
The text was updated successfully, but these errors were encountered:
The function "RemoveMyPool" does allow to remove a pool even if it is an active validator during the Epoch.
While other logics like Withdrawal
orderWithdraw
, they do it right and add the Pool to the "_poolsToBeRemoved" data storage, and it is then removed from the Pools during the RNG for the next validatorset.The text was updated successfully, but these errors were encountered: