Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: mnemonic extension display in Qt generate
Prior to this fix, doing Wallet->Generate in Qt and choosing the mnemonic extension option creates an erroneous error dialog on completion of wallet creation (even though the wallet is created correctly), due to #565 which correctly decoded the binary mnemonic extension for the Wallet->Show Seed function, but this was not correct for the Wallet->Generate case. The cause for this was the difference between the type of the mnemonic extension variable when it was created, and when it is received from storage. This commit ensures consistency between the two cases by making a newly created mnemonic extension variable binary.
- Loading branch information