Open
Description
Describe the bug
Restored wallets are not supplied a dirPath
that uses the wallet name. Being a random name, this may cause trouble if two are randomly the same. The dirPath is not visible to the user anywhere. It is probably intended for the dirPath to use the name.
To Reproduce
- Put some prints in to see what values are return when doing any
restoreFromSeed
- Restore a wallet.
- Compare
credentials.walletInfo!.dirPath
andcredentials.walletInfo!.path
to the wallet name.
Expected behavior
dirPath is created from the coin dir and the wallet name.
Platform:
- all
Additional context
A simple change fixes for newer wallets, but unsure if this is causing unintended bugs elsewhere that should also be fixed at the same time. JoeGruffins@6cd8259