Skip to content

Commit 0a0dde3

Browse files
committedOct 3, 2024
comment global wallet
1 parent 7340e67 commit 0a0dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Home() {
2323
setWallet(wallet);
2424

2525
// Uncomment to access the Wallet client from javascript console
26-
globalThis.wallet = wallet
26+
// globalThis.wallet = wallet
2727

2828
// Open the wallet (should be called once in the application lifecycle)
2929
await wallet.open()

0 commit comments

Comments
 (0)
Please sign in to comment.