vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

Remove non-existant 'seed recover' command from docs #184

Open jonathascarrijo opened 4 years ago

jonathascarrijo commented 4 years ago

The docs specifies a seed recover command for recovering from seed while optinally setting a BIP-39 passphrase.

But there's only the recover command and it does allow setting a phrase.

jonathascarrijo commented 4 years ago

I'm not sure if the provided password actually acts as a BIP-39 passphrase though, e.g., does it change the actual derived extended private key, or it just encrypts the original key derived only from the seed for protection?