Skip to content

Commit 3e8031b

Browse files
authored
🥢 Fix Typo in SignatureCheckerLib (#959)
Signed-off-by: fudancoder <[email protected]>
1 parent 678c916 commit 3e8031b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utils/SignatureCheckerLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ library SignatureCheckerLib {
554554
/// to use a reverting verifier to deploy / prepare the `signer` smart account
555555
/// and do a `isValidSignature` check via the reverting verifier.
556556
/// Note: This function is reentrancy safe.
557-
/// The reverting verifier must be be deployed.
557+
/// The reverting verifier must be deployed.
558558
/// Otherwise, the function will return false if `signer` is not yet deployed / prepared.
559559
/// See: https://gist.github.com/Vectorized/846a474c855eee9e441506676800a9ad
560560
function isValidERC6492SignatureNow(address signer, bytes32 hash, bytes memory signature)

0 commit comments

Comments
 (0)