Skip to content

Commit

Permalink
Update Signatures.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored Jan 18, 2025
1 parent d98da18 commit 27d0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/universal/Signatures.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library Signatures {
* @param dataHash Hash that is signed.
* @param threshold Number of signatures required to approve the transaction.
* @param dynamicOffset Offset to add to the `s` value of any EIP-1271 signature.
* Can be used to accomodate any additional signatures prepended to the array.
* Can be used to accommodate any additional signatures prepended to the array.
* If prevalidated signatures were prepended, this should be the length of those signatures.
*/
function sortUniqueSignatures(
Expand Down

0 comments on commit 27d0215

Please sign in to comment.