Skip to content

Commit

Permalink
fix: floating pragma on the groth16 verifier for rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 18, 2025
1 parent 9d64ab5 commit 987ecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v4.0.0-rc.3/Groth16Verifier.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity 0.8.20;
pragma solidity ^0.8.20;

/// @title Groth16 verifier template.
/// @author Remco Bloemen
Expand Down

0 comments on commit 987ecfd

Please sign in to comment.