Commit cf123f65 by github-actions

Transpile 2ba8800b

parent 303f9d7c
...@@ -216,7 +216,7 @@ library ECDSAUpgradeable { ...@@ -216,7 +216,7 @@ library ECDSAUpgradeable {
* See {recover}. * See {recover}.
*/ */
function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) { function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {
return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", StrStringsUpgradeableString(s.length), s)); return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n", StringsUpgradeable.toString(s.length), s));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment