Skip to content

Commit

Permalink
Fix typo in comment (#4878)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Oct 2, 2022
1 parent b59611d commit 7249b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-core/plutus-core/src/Crypto.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ verifyEd25519Signature_V2 pk msg sig =
-- [dangerous](https://bitcoin.stackexchange.com/a/81116/35586). Other than
-- length, we make no requirements of what hash gets used.
verifyEcdsaSecp256k1Signature
:: BS.ByteString -- ^ Public key (33 bytes)
:: BS.ByteString -- ^ Public key (32 bytes)
-> BS.ByteString -- ^ Message hash (32 bytes)
-> BS.ByteString -- ^ Signature (64 bytes)
-> Emitter (EvaluationResult Bool)
Expand Down

0 comments on commit 7249b04

Please sign in to comment.