We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086a62 commit 4335cfcCopy full SHA for 4335cfc
packages/common/src/services/audius-backend/solana.ts
@@ -464,7 +464,11 @@ export const transferFromUserBank = async ({
464
try {
465
const instructions: TransactionInstruction[] = []
466
467
- const destination = getAssociatedTokenAddressSync(mint, destinationWallet)
+ const destination = getAssociatedTokenAddressSync(
468
+ mint,
469
+ destinationWallet,
470
+ true
471
+ )
472
473
474
await getAccount(connection, destination)
0 commit comments