witnet / my-wit-wallet

myWitWallet is a Witnet light wallet for mobile and desktop
https://mywitwallet.com
GNU General Public License v3.0
10 stars 7 forks source link

Set wallet type when creating new wallet #494

Closed gabaldon closed 8 months ago

gabaldon commented 8 months ago

Fixes an error when creating more than one consecutive new wallets. The second wallet generated had type unknown, because the wallet state was clear. The wallet type was not being set again. This ended up in the creation of a wallet synchronised as single instead of an hd wallet.

close #493