From 3975d8fb9141f5b2762768982a708d1abb46d7bf Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 10 Jul 2024 11:11:13 +0200 Subject: [PATCH] Update modules/4337/contracts/Safe4337Module.sol Co-authored-by: Nicholas Rodrigues Lordello --- modules/4337/contracts/Safe4337Module.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/4337/contracts/Safe4337Module.sol b/modules/4337/contracts/Safe4337Module.sol index ade9691e8..2c4f5bd12 100644 --- a/modules/4337/contracts/Safe4337Module.sol +++ b/modules/4337/contracts/Safe4337Module.sol @@ -212,7 +212,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle } /** - * @dev Checks if the signatures length is correct and does not contain additional bytes. The function does not check the integrity of the signature encoding. + * @dev Checks if the signatures length is correct and does not contain additional bytes. The function does not check the integrity of the signature encoding, as this is expected to be checked by the {Safe} implementation of {checkSignatures}. * @param signatures signatures data * @param threshold Indicates the number of iterations to perform in the loop. * @return result True if length check passes, false otherwise.