utils_cryptography_MessageHashUtils.sol.patch 276 B

12345678910
  1. --- utils/cryptography/MessageHashUtils.sol 2023-08-11 20:33:54
  2. +++ utils/cryptography/MessageHashUtils.sol 2023-08-13 09:56:16
  3. @@ -1,6 +1,6 @@
  4. // SPDX-License-Identifier: MIT
  5. -pragma solidity ^0.8.20;
  6. +pragma solidity ^0.8.19;
  7. import {Strings} from "../Strings.sol";