Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/browser_tests/mult…
Browse files Browse the repository at this point in the history
…i-3bb88bb62a
  • Loading branch information
OBrezhniev authored Aug 1, 2024
2 parents 09ad315 + b853d5e commit d3dcb9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/verifier_plonk.sol.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

pragma solidity >=0.7.0 <0.9.0;

import "hardhat/console.sol";

contract PlonkVerifier {
// Omega
uint256 constant w1 = <%=w%>;
Expand Down Expand Up @@ -707,4 +705,4 @@ contract PlonkVerifier {
}

}
}
}

0 comments on commit d3dcb9e

Please sign in to comment.