Add new try-state check invariant for nomination-pools (points >= stake) #5448
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
T2-pallets
This PR/Issue is related to a particular pallet.
Given the design of points to stake in nomination pools, there's a known invariant that is easy to check in the nomination pallet's try-state checks which is:
Add a check for this invariant in the try-state checks of the nomination pools pallet.
The text was updated successfully, but these errors were encountered: