Skip to content

Commit

Permalink
Merge pull request #331 from 0xPolygonHermez/feature/fixClaimScript
Browse files Browse the repository at this point in the history
Feature/fix claim compressor
  • Loading branch information
invocamanman committed Sep 17, 2024
2 parents a1ab154 + 7c9a96d commit 69ade56
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 69ade56

Please sign in to comment.