trezor / python-shamir-mnemonic

MIT License
165 stars 59 forks source link

Only recover once when passphrase is given. #25

Closed infokiller closed 4 years ago

infokiller commented 4 years ago

Also wait till trying to use the passphrase before echoing success to the user.

matejcik commented 4 years ago

what is the purpose of this change?

infokiller commented 4 years ago

Mainly code simplification/cleanup. Specifically:

matejcik commented 4 years ago

ah, I understand now. this is reasonable, thanks.