bitshares / beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.
MIT License
27 stars 32 forks source link

Develop: Adding a second wallet to beet app fails #190

Closed grctest closed 2 years ago

grctest commented 2 years ago

Describe the bug The add account component handles both creating new wallets and adding wallets to existing logged in accounts, however when logged out and trying to create a second wallet it attempts to add it to the existing wallet instead of asking for a new wallet name/password.

To Reproduce Steps to reproduce the behavior: Build develop branch Add one wallet account Log out Attempt to create new wallet with different bts account Complete cloud sign in Get incorrect component prompts, rendering secondary wallet creation impossible

Expected behavior Can create a second wallet in the beet app

grctest commented 2 years ago

Fixed in: https://github.com/bitshares/beet/pull/189