Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erdoganishe committed Oct 9, 2024
1 parent 8b2ef47 commit f8abb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/identityManagement/circuits/queryIdentity.circom
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ template QueryIdentity(idTreeDepth) {
//Citizenship Blacklist check

component citizenshipCheck = CitizenshipCheck();
citizenshipCheck.citizenship <== citizenship;
citizenshipCheck.citizenship <== dg1DataExtractor.citizenship;
citizenshipCheck.blacklist <== citizenshipMask;

}

0 comments on commit f8abb70

Please sign in to comment.