Skip to content

Commit

Permalink
quickfix: remove unnecessary VerificationFailed() error in Verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-ritual committed Nov 26, 2024
1 parent 896fded commit 8c3ff42
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/zk/Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ contract Verifier {

bytes private constant EXPECTED_PROOF = bytes("generic-zk-proof");

/*//////////////////////////////////////////////////////////////
ERRORS
//////////////////////////////////////////////////////////////*/

/// @notice Thrown by `verifyProof` if proof verification fails
/// @dev 4-byte signature: `0x439cc0cd`
error VerificationFailed();

/*//////////////////////////////////////////////////////////////
FUNCTIONS
//////////////////////////////////////////////////////////////*/
Expand Down

0 comments on commit 8c3ff42

Please sign in to comment.