File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/utils/cryptography Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ library MessageHashUtils {
19
19
*
20
20
* The digest is calculated by prefixing a bytes32 `messageHash` with
21
21
* `"\x19Ethereum Signed Message:\n32"` and hashing the result. It corresponds with the
22
- * hash signed when using the https://eth.wiki/ json-rpc/API #eth_sign[`eth_sign`] JSON-RPC method.
22
+ * hash signed when using the https://ethereum.org/en/developers/docs/apis/ json-rpc/#eth_sign[`eth_sign`] JSON-RPC method.
23
23
*
24
24
* NOTE: The `messageHash` parameter is intended to be the result of hashing a raw message with
25
25
* keccak256, although any bytes32 value can be safely used because the final digest will
@@ -41,7 +41,7 @@ library MessageHashUtils {
41
41
*
42
42
* The digest is calculated by prefixing an arbitrary `message` with
43
43
* `"\x19Ethereum Signed Message:\n" + len(message)` and hashing the result. It corresponds with the
44
- * hash signed when using the https://eth.wiki/ json-rpc/API #eth_sign[`eth_sign`] JSON-RPC method.
44
+ * hash signed when using the https://ethereum.org/en/developers/docs/apis/ json-rpc/#eth_sign[`eth_sign`] JSON-RPC method.
45
45
*
46
46
* See {ECDSA-recover}.
47
47
*/
You can’t perform that action at this time.
0 commit comments