Skip to content

Commit

Permalink
update claim compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Sep 17, 2024
1 parent a1ab154 commit 7c9a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/v2/utils/ClaimCompressor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ contract ClaimCompressor {
// Compute Rollup Root compressed
lastDifferentLevel = 0;
if (
currentCompressClaimCalldata.smtProofRollupExitRoot[0] !=
currentCompressClaimCalldata.smtProofRollupExitRoot[31] !=
bytes32(0)
) {
if (i == 0 || !isRollupSmtSet) {
Expand Down

0 comments on commit 7c9a96d

Please sign in to comment.