Skip to content

Commit

Permalink
chore: fix solidity pragma at 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 4, 2023
1 parent 18a1dd5 commit e86f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snark-verifier/src/loader/evm/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl SolidityAssemblyCode {
"
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.19 <0.8.21;
pragma solidity 0.8.19;
contract Halo2Verifier {{
fallback(bytes calldata) external returns (bytes memory) {{
Expand Down

0 comments on commit e86f8df

Please sign in to comment.