urbit / urbit-key-generation

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

Use appropriate urbitKeysFromSeed test input #43

Closed jtobin closed 5 years ago

jtobin commented 5 years ago

One urbitKeysFromSeed test mistakenly used a seed that should have been converted to Buffer with an additional 'hex' argument. This switches it to use a seed corresponding to the hex bytes themselves.