Skip to content

Commit 0b8f4e9

Browse files
committed
updated how to disconnect for beacon wallet
1 parent e29c1c9 commit 0b8f4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/createWalletStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export const createWalletStore = (
602602
}
603603
}
604604

605-
await wallet.value.client.clearActiveAccount();
605+
await wallet.value.disconnect();
606606
} else if (wallet.value instanceof WalletConnect) {
607607
await wallet.value.disconnect();
608608
await deleteWalletConnectSessionFromIndexedDB();

0 commit comments

Comments
 (0)