Skip to content

Commit

Permalink
fixed CommitmentStored
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 22, 2024
1 parent 1e54566 commit 8511899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PreConfirmations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ contract PreConfCommitmentStore is Ownable {
commitmentDigest,
bidSignature,
commitmentSignature,
block.number,
encryptedCommitment.blockCommitedAt,
sharedSecretKey
);
}
Expand Down

0 comments on commit 8511899

Please sign in to comment.