Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 11, 2024
1 parent b2148bd commit fb01542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ export function mapStateDiffHintsToNoir(hints: StateDiffHints): StateDiffHintsNo
*/
export function mapBaseParityInputsToNoir(inputs: BaseParityInputs): BaseParityInputsNoir {
return {
msgs: mapTuple(inputs.msgs, mapSha256HashToNoir),
msgs: mapTuple(inputs.msgs, mapFieldToNoir),
};
}

Expand Down

0 comments on commit fb01542

Please sign in to comment.