Address 5.4 audit documentation improvements (#5779)

Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Ernesto García
2025-07-09 07:53:47 -06:00
committed by Hadrien Croubois
parent 2e152ba691
commit 83b829e0d1
6 changed files with 35 additions and 24 deletions

View File

@ -226,7 +226,7 @@ abstract contract MultiSignerERC7913 is AbstractSigner {
*
* Requirements:
*
* * The `signatures` arrays must be at least as large as the `signers` arrays. Panics otherwise.
* * The `signatures` and `signers` arrays must be equal in length. Returns false otherwise.
*/
function _validateSignatures(
bytes32 hash,