Skip to content

Commit

Permalink
fix: solana token data issue in case of normal transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
muzaffarbhat07 committed Jan 17, 2025
1 parent 19deedc commit 78efc84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/app-solana/src/operations/signTxn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ export const signTxn = async (
walletId: params.walletId,
derivationPath: params.derivationPath,
transactionSize: txnBytes.length,
tokenData: params.tokenData ?? {
mintAddress: new Uint8Array(),
recipientAddress: new Uint8Array(),
},
tokenData: params.tokenData,
},
});

Expand Down

0 comments on commit 78efc84

Please sign in to comment.