rfcs / crypto-conditions

Composable cryptographic conditionals (signatures, hashes)
https://tools.ietf.org/html/draft-thomas-crypto-conditions-03
22 stars 12 forks source link

Typo in Section 4.2 of the spec #9

Closed krish7919 closed 6 years ago

krish7919 commented 7 years ago

Was going through the new draft and just saw this:

4.2.  Multi-Signature
   ...
   That said, it is important that implementations must inspect the ypes and subtypes of any crypto-
   conditions they encounter to ensure they do not pass on a condition they will not be able to verify 
   at a later stage.
   ...

ypes should be types.

adrianhopebailie commented 6 years ago

Fixed