We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
InvalidSigma()
1 parent b07ad3a commit ff9b6b9Copy full SHA for ff9b6b9
src/OperatorStateRetriever.sol
@@ -30,6 +30,7 @@ contract OperatorStateRetriever {
30
}
31
32
error OperatorNotRegistered();
33
+ /// @dev Thrown when the signature is not on the curve.
34
error InvalidSigma();
35
36
/**
0 commit comments