Skip to content

Commit

Permalink
Update call to retrieve_cfrags to use context as dictionary instead o…
Browse files Browse the repository at this point in the history
…f kwargs.
  • Loading branch information
derekpierre committed Dec 1, 2023
1 parent b06e46c commit acdd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def retrieve_cfrags(
alice_verifying_key,
bob_encrypting_key,
bob_verifying_key,
**context,
context,
)
result_outcomes = []
for result, error in zip(results, errors):
Expand Down

0 comments on commit acdd731

Please sign in to comment.