From 3e8031b16417154dc2beae71b7b45f415d29566b Mon Sep 17 00:00:00 2001 From: fudancoder Date: Sun, 16 Jun 2024 10:43:40 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=A2=20Fix=20Typo=20in=20SignatureCheck?= =?UTF-8?q?erLib=20(#959)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fudancoder --- src/utils/SignatureCheckerLib.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/SignatureCheckerLib.sol b/src/utils/SignatureCheckerLib.sol index 37541fbb1a..ddc0679d95 100644 --- a/src/utils/SignatureCheckerLib.sol +++ b/src/utils/SignatureCheckerLib.sol @@ -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)