You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -212,7 +212,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
}
/**
* @dev Checks if the signatures length is correct and does not contain addtional bytes.
* @dev Checks if the signatures length is correct and does not contain addtional bytes. The function does not check the integrity of the signature encoding.
* @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.