Skip to content

Commit dd8aaff

Browse files
committed
chore: add @dev comment about sigma
1 parent ff9b6b9 commit dd8aaff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OperatorStateRetriever.sol

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ contract OperatorStateRetriever {
263263
* - totalStakeIndices: Indices for retrieving total stake info
264264
* - nonSignerStakeIndices: Indices for retrieving non-signer stake info
265265
* @dev Computes the indices of operators that did not sign across all specified quorums
266+
* @dev This function does not validate the signature matches the provided parameters, only that it's in a valid format
266267
*/
267268
function getNonSignerStakesAndSignature(
268269
ISlashingRegistryCoordinator registryCoordinator,

0 commit comments

Comments
 (0)