Skip to content

Commit

Permalink
Remove unused event #86
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Nov 30, 2023
1 parent 7af75ae commit a8ed696
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/interfaces/modular_commitment.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ pragma solidity >=0.8.4;
import "../types.sol";

interface ICommitmentScheme {
/**
* @dev Emitted when proof does not contain valid eta point values
*/
event WrongEtaPointValues();

function initialize(
bytes32 tr_state_before
Expand Down

0 comments on commit a8ed696

Please sign in to comment.