Skip to content

Commit 1e5b891

Browse files
authored
Minimize TrieProof.sol pragma (#6249)
1 parent 884e2f6 commit 1e5b891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/TrieProof.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.27;
2+
pragma solidity ^0.8.26;
33

44
import {Bytes} from "../Bytes.sol";
55
import {Memory} from "../Memory.sol";

0 commit comments

Comments
 (0)