We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dccd73 commit e10c85bCopy full SHA for e10c85b
src/StakeRegistry.sol
@@ -138,8 +138,7 @@ contract StakeRegistry is StakeRegistryStorage {
138
* in the quorum's total stake.
139
*
140
* If the operator no longer has the minimum stake required to be registered
141
- * in the quorum, the quorum number is added to `quorumsToRemove`, which
142
- * is returned to the registry coordinator.
+ * in the quorum, the operator is marked for removal.
143
*/
144
_checkQuorumExists(quorumNumber);
145
0 commit comments