Skip to content

Commit

Permalink
Fix aggregation object
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Sep 26, 2024
1 parent 3dec75d commit 65c785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src/core/Rollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ contract Rollup is Leonidas, IRollup, ITestRollup {
assembly {
part := calldataload(add(_aggregationObject.offset, mul(i, 32)))
}
publicInputs[i + 43] = part;
publicInputs[i + 75] = part;
}

return publicInputs;
Expand Down

0 comments on commit 65c785f

Please sign in to comment.