Skip to content

Commit

Permalink
Remove redeclared variable
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Dec 19, 2024
1 parent a8f47d1 commit 93ccff0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ async def _check_proof_vs_proposal():
f"Proposed request predicate on {req_name} not in presentation"
)

sub_proof_index = attr_spec["sub_proof_index"]
schema_id = proof["identifiers"][sub_proof_index]["schema_id"]
cred_def_id = proof["identifiers"][sub_proof_index]["cred_def_id"]
registry = self.profile.inject(AnonCredsRegistry)
Expand Down

0 comments on commit 93ccff0

Please sign in to comment.