urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Fix bugs in fullWalletFromTicket. #13

Closed jtobin closed 5 years ago

jtobin commented 5 years ago

The previous implementation attempted to extract the 'hash' field from a Promise, and was additionally passing incorrect arguments downstream. This fixes it up, and also adds a test.

g-a-v-i-n commented 5 years ago

Good catch!