We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678c916 commit 3e8031bCopy full SHA for 3e8031b
‎src/utils/SignatureCheckerLib.sol
@@ -554,7 +554,7 @@ library SignatureCheckerLib {
554
/// to use a reverting verifier to deploy / prepare the `signer` smart account
555
/// and do a `isValidSignature` check via the reverting verifier.
556
/// Note: This function is reentrancy safe.
557
- /// The reverting verifier must be be deployed.
+ /// The reverting verifier must be deployed.
558
/// Otherwise, the function will return false if `signer` is not yet deployed / prepared.
559
/// See: https://gist.github.com/Vectorized/846a474c855eee9e441506676800a9ad
560
function isValidERC6492SignatureNow(address signer, bytes32 hash, bytes memory signature)
0 commit comments