Skip to content

Commit ff9b6b9

Browse files
chore: explain InvalidSigma()
Co-authored-by: Tomás Grüner <[email protected]>
1 parent b07ad3a commit ff9b6b9

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
@@ -30,6 +30,7 @@ contract OperatorStateRetriever {
3030
}
3131

3232
error OperatorNotRegistered();
33+
/// @dev Thrown when the signature is not on the curve.
3334
error InvalidSigma();
3435

3536
/**

0 commit comments

Comments
 (0)