Skip to content

Commit

Permalink
fixed block number for commitment opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 22, 2024
1 parent ac366ca commit 1e54566
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
@@ -439,7 +439,7 @@ contract PreConfCommitmentStore is Ownable {
commitmentDigest,
bidSignature,
commitmentSignature,
block.number,
encryptedCommitment.blockCommitedAt,
sharedSecretKey
);

0 comments on commit 1e54566

Please sign in to comment.