We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9b6b9 commit dd8aaffCopy full SHA for dd8aaff
src/OperatorStateRetriever.sol
@@ -263,6 +263,7 @@ contract OperatorStateRetriever {
263
* - totalStakeIndices: Indices for retrieving total stake info
264
* - nonSignerStakeIndices: Indices for retrieving non-signer stake info
265
* @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
267
*/
268
function getNonSignerStakesAndSignature(
269
ISlashingRegistryCoordinator registryCoordinator,
0 commit comments