Skip to content

Commit

Permalink
Update yarn-project/noir-protocol-circuits/src/crates/rollup-lib/src/…
Browse files Browse the repository at this point in the history
…abis/base_or_merge_rollup_public_inputs.nr
  • Loading branch information
TomAFrench authored Jan 15, 2024
1 parent 7f33479 commit 4f22413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct BaseOrMergeRollupPublicInputs {
// We hash public inputs to make them constant-sized (to then be unpacked on-chain)
// U128 isn't safe if it's an input to the circuit (it won't automatically constrain the witness)
// So we want to constrain it when casting these fields to U128

// TODO(#3938): split this to txs_hash and out_hash
// We hash public inputs to make them constant-sized (to then be unpacked on-chain)
calldata_hash : [Field; 2],
Expand Down

0 comments on commit 4f22413

Please sign in to comment.