Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
chore: remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Apr 16, 2024
1 parent e5ba177 commit 337f763
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/challenge/ChallengeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ contract ChallengeManager is DelegateCallAware, IChallengeManager {
bytes32 condRoot,
IOneStepProofEntry condOsp
) external onlyDelegated onlyProxyOwner {
emit ConditonalOSPSet(condRoot, condOsp);
ospCond[condRoot] = condOsp;
osp = osp_;
}
Expand Down
1 change: 0 additions & 1 deletion src/challenge/IChallengeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ interface IChallengeManager {
event OneStepProofCompleted(uint64 indexed challengeIndex);

event ChallengeEnded(uint64 indexed challengeIndex, ChallengeTerminationType kind);
event ConditonalOSPSet(bytes32 indexed wasmModuleRoot, IOneStepProofEntry osp_);

function initialize(
IChallengeResultReceiver resultReceiver_,
Expand Down

0 comments on commit 337f763

Please sign in to comment.