We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab6b99 commit 54182bfCopy full SHA for 54182bf
contracts/cryptography/ECDSA.sol
@@ -22,7 +22,7 @@ library ECDSA {
22
* IMPORTANT: `hash` _must_ be the result of a hash operation for the
23
* verification to be secure: it is possible to craft signatures that
24
* 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)
+ * this is by receiving a hash of the original message (which may otherwise
26
* be too long), and then calling {toEthSignedMessageHash} on it.
27
*/
28
function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {
0 commit comments