From 85c58224d4c3cd89723cdd743bc130c1aa537434 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 8 Aug 2024 14:47:38 +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 9540e608..9f1a584c 100644 --- a/modules/4337/contracts/Safe4337Module.sol +++ b/modules/4337/contracts/Safe4337Module.sol @@ -226,7 +226,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle * field(s) storing the signature length and pad additional bytes to the dynamic part of the signatures which will * make `_checkSignaturesLength` to return true. In such cases, it is the responsibility of the Safe signature validator * (which can be a Safe or any other contract) that supports ERC-1271 and is the owner of the Safe to check for - * additional padded bytes to the signatures data. + * additional bytes to it smart contract signature data. * @param signatures Signatures data. * @param threshold Signer threshold for the Safe account. * @return isValid True if length check passes, false otherwise.