Skip to content

Commit

Permalink
🥢 Fix Typo in SignatureCheckerLib (#959)
Browse files Browse the repository at this point in the history
Signed-off-by: fudancoder <[email protected]>
  • Loading branch information
fudancoder authored Jun 16, 2024
1 parent 678c916 commit 3e8031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/SignatureCheckerLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ library SignatureCheckerLib {
/// to use a reverting verifier to deploy / prepare the `signer` smart account
/// and do a `isValidSignature` check via the reverting verifier.
/// Note: This function is reentrancy safe.
/// The reverting verifier must be be deployed.
/// The reverting verifier must be deployed.
/// Otherwise, the function will return false if `signer` is not yet deployed / prepared.
/// See: https://gist.github.com/Vectorized/846a474c855eee9e441506676800a9ad
function isValidERC6492SignatureNow(address signer, bytes32 hash, bytes memory signature)
Expand Down

0 comments on commit 3e8031b

Please sign in to comment.