interledgerjs / five-bells-condition

JavaScript implementation of Crypto Conditions validation and fulfillment
https://github.com/rfcs/crypto-conditions
Other
31 stars 21 forks source link

Incorrect prefix in test stute / 0012_test-basic-threshold-schroedinger.json #65

Closed ssadler closed 7 years ago

ssadler commented 7 years ago

I could be wrong, but in order to get this test working with my code I had to change the prefix. This PR contains the fix.

jsf-clabot commented 7 years ago

CLA assistant check
All committers have signed the CLA.

justmoon commented 7 years ago

Hang on. The preimage should be given as base64, so the test vector seems correct.

ssadler commented 7 years ago

Ah yes, right you are!