Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Geater authored and SteveLasker committed Jul 22, 2024
1 parent ac497d6 commit 753866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitt/verify_receipt_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def verify_receipt(receipt: Sign1Message) -> bool:
receipt.key = cose_key

# verify the counter signed receipt signature
verified = receipt.verify_signature() # type: ignore
verified = receipt.verify_signature() # type: ignore

return verified

Expand Down

0 comments on commit 753866a

Please sign in to comment.