Skip to content

Commit

Permalink
added indexed keywork to the events
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 1, 2024
1 parent ba27e8e commit 9222cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/PreConfirmations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ contract PreConfCommitmentStore is Ownable {
}

event CommitmentStored(
bytes32 commitmentIndex,
bytes32 indexed commitmentIndex,
address bidder,
address commiter,
uint64 bid,
Expand All @@ -115,7 +115,7 @@ contract PreConfCommitmentStore is Ownable {
}

event EncryptedCommitmentStored(
bytes32 commitmentIndex,
bytes32 indexed commitmentIndex,
address commiter,
bytes32 commitmentDigest,
bytes commitmentSignature,
Expand Down

0 comments on commit 9222cae

Please sign in to comment.