diff --git a/contracts/PreConfirmations.sol b/contracts/PreConfirmations.sol index 1ae1bbd..460289f 100644 --- a/contracts/PreConfirmations.sol +++ b/contracts/PreConfirmations.sol @@ -90,7 +90,7 @@ contract PreConfCommitmentStore is Ownable { } event CommitmentStored( - bytes32 commitmentIndex, + bytes32 indexed commitmentIndex, address bidder, address commiter, uint64 bid, @@ -115,7 +115,7 @@ contract PreConfCommitmentStore is Ownable { } event EncryptedCommitmentStored( - bytes32 commitmentIndex, + bytes32 indexed commitmentIndex, address commiter, bytes32 commitmentDigest, bytes commitmentSignature,