Fix typos in release-5.4 (#5777)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -219,7 +219,7 @@ abstract contract MultiSignerERC7913 is AbstractSigner {
|
||||
|
||||
/**
|
||||
* @dev Validates the signatures using the signers and their corresponding signatures.
|
||||
* Returns whether whether the signers are authorized and the signatures are valid for the given hash.
|
||||
* Returns whether the signers are authorized and the signatures are valid for the given hash.
|
||||
*
|
||||
* IMPORTANT: Sorting the signers by their `keccak256` hash will improve the gas efficiency of this function.
|
||||
* See {SignatureChecker-areValidSignaturesNow-bytes32-bytes[]-bytes[]} for more details.
|
||||
|
||||
Reference in New Issue
Block a user