Skip to content

Commit 0aaa23e

Browse files
authored
Minimize pragma for MultiSignerERC7913Weighted.sol (#5778)
1 parent 5936cd8 commit 0aaa23e

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,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.27;
3+
pragma solidity ^0.8.26;
44

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

0 commit comments

Comments
 (0)