ord icon indicating copy to clipboard operation
ord copied to clipboard

Enable Passphrase for Restore Command

Open Psifour opened this issue 2 years ago • 1 comments

Description

Implements an option to pass a passphrase when restoring from mnemonic.

Related Issue

Closes #1671

Motivation and Context

Without this change users are only able to (easily) import a wallet from Sparrow if they did NOT use a passphrase.

How Has This Been Tested?

Default case has been verified to call to_seed() with no passphrase and all single word data passed with the option is verified to replace that. Utilizes the standardized behavior as seen in other sub-commands.

Psifour avatar Feb 11 '23 07:02 Psifour

I've already done the create command changes, but have not implemented unit tests. Will try to get my work committed tonight or tomorrow on this.

Psifour avatar Feb 14 '23 04:02 Psifour