Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Jan 23, 2025
1 parent 728f33e commit d5171b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/frontend/src/sol/services/sol-send.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ const createSplTokenTransactionMessage = async ({
{ programAddress: solAddress(TOKEN_PROGRAM_ADDRESS) }
);

console.log(
mustCreateDestinationTokenAccount,
destinationTokenAccountAddress,
ataInstruction,
calculatedDestinationTokenAccountAddress
);

return pipe(await createDefaultTransaction({ rpc, feePayer: signer }), (tx) =>
appendTransactionMessageInstructions(
[...(mustCreateDestinationTokenAccount ? [ataInstruction] : []), transferInstruction],
Expand Down

0 comments on commit d5171b2

Please sign in to comment.