Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
add the break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Jun 10, 2024
1 parent 6134d5e commit 397a35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ pub fn nullifiers(args: i32, len: i32) -> i64 {
for idx in 0..MAX_KEY {
if vks[idx].owns(&note) {
nullifiers.push(note.gen_nullifier(&sks[idx]));
break;
}
}

Expand Down

0 comments on commit 397a35a

Please sign in to comment.