Skip to content

Commit a341850

Browse files
ernestognwAmxx
authored andcommitted
Minimize pragma for MultiSignerERC7913Weighted.sol (#5778)
Signed-off-by: Hadrien Croubois <[email protected]>
1 parent ca1494a commit a341850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/signers/MultiSignerERC7913Weighted.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913Weighted.sol)
33

4-
pragma solidity ^0.8.27;
4+
pragma solidity ^0.8.26;
55

66
import {SafeCast} from "../../math/SafeCast.sol";
77
import {MultiSignerERC7913} from "./MultiSignerERC7913.sol";

0 commit comments

Comments
 (0)