Skip to content

Commit

Permalink
fix get_is_input_note_flag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XuyangSong committed Sep 20, 2023
1 parent 8ecd229 commit 2ba0d62
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 2ba0d62

Please sign in to comment.