Skip to content

Commit 54182bf

Browse files
xotonicnventuro
authored andcommitted
Remove extra parenthesis (#1919)
1 parent 5ab6b99 commit 54182bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/cryptography/ECDSA.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library ECDSA {
2222
* IMPORTANT: `hash` _must_ be the result of a hash operation for the
2323
* verification to be secure: it is possible to craft signatures that
2424
* recover to arbitrary addresses for non-hashed data. A safe way to ensure
25-
* this is by receiving a hash of the original message (which may otherwise)
25+
* this is by receiving a hash of the original message (which may otherwise
2626
* be too long), and then calling {toEthSignedMessageHash} on it.
2727
*/
2828
function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {

0 commit comments

Comments
 (0)