Skip to content

Commit

Permalink
fix: do not explicitly deactivate wallet when switching to another
Browse files Browse the repository at this point in the history
explicitly deactivating will trigger a recovery mechanism
that will activate any wallet
  • Loading branch information
mkazlauskas committed Dec 17, 2024
1 parent ed843db commit 05db09f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ export const useWalletManager = (): UseWalletManager => {
logger.debug('Wallet is already active');
return;
}
await walletManager.deactivate();
const updateWalletMetadataProps = {
walletId: props.walletId,
metadata: {
Expand Down

0 comments on commit 05db09f

Please sign in to comment.