diff --git a/examples/privy-next-solana/src/components/sections/wallet-actions.tsx b/examples/privy-next-solana/src/components/sections/wallet-actions.tsx index 5efe620a..a29ead16 100644 --- a/examples/privy-next-solana/src/components/sections/wallet-actions.tsx +++ b/examples/privy-next-solana/src/components/sections/wallet-actions.tsx @@ -170,7 +170,7 @@ const WalletActions = () => { const solTransferInstruction = getTransferSolInstruction({ amount: 1000000, - destination: address("Enter_Destination_Address_Here"), + destination: address(selectedWallet.address), source: createNoopSigner(address(selectedWallet.address)), });