Skip to content

Commit

Permalink
Merge pull request #217 from anoma/xuyang/fix_input_note_flag_bug
Browse files Browse the repository at this point in the history
fix get_is_input_note_flag bug
  • Loading branch information
XuyangSong authored Sep 20, 2023
2 parents 8ecd229 + 2ba0d62 commit 250ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiga_halo2/src/circuit/gadgets/target_note_variable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl GetIsInputNoteFlagConfig {
let is_input_note_flag = owned_note_pub_id
.value()
.zip(input_note_nfs[0].value())
.zip(input_note_nfs[0].value())
.zip(input_note_nfs[1].value())
.map(
|((&owned_note_pub_id, &input_note_nf_1), &input_note_nf_2)| {
if owned_note_pub_id == input_note_nf_1 || owned_note_pub_id == input_note_nf_2
Expand Down

0 comments on commit 250ac39

Please sign in to comment.