Fix typo in MessageHashUtils.sol (#4462)

pull/4468/head
Hadrien Croubois 2 years ago committed by GitHub
parent 121be5dd09
commit 21bb89ef5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/utils/cryptography/MessageHashUtils.sol

@ -21,7 +21,7 @@ library MessageHashUtils {
* hash signed when using the https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] JSON-RPC method.
*
* NOTE: The `hash` parameter is intended to be the result of hashing a raw message with
* keccak256, althoguh any bytes32 value can be safely used because the final digest will
* keccak256, although any bytes32 value can be safely used because the final digest will
* be re-hashed.
*
* See {ECDSA-recover}.

Loading…
Cancel
Save