Skip to content

Commit e10c85b

Browse files
committed
fix: stale comment
1 parent 0dccd73 commit e10c85b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/StakeRegistry.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ contract StakeRegistry is StakeRegistryStorage {
138138
* in the quorum's total stake.
139139
*
140140
* 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.
141+
* in the quorum, the operator is marked for removal.
143142
*/
144143
_checkQuorumExists(quorumNumber);
145144

0 commit comments

Comments
 (0)