Browse Source
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.master
2 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue