Skip to content

Commit

Permalink
Fix verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonmeso committed Jan 30, 2024
1 parent 82f68c4 commit c2e4dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giza/frameworks/cairo.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def verify(
None,
)
elif proof:
with open(proof) as data:
with open(proof, "rb") as data:
job = client.create(
JobCreate(
size=size,
Expand Down

0 comments on commit c2e4dcd

Please sign in to comment.