Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix send audio flow (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Aug 3, 2023
1 parent d2b5b38 commit 26d7951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ export const audiusBackend = ({
const tx = await getCreateAssociatedTokenAccountTransaction({
feePayerKey: SolanaUtils.newPublicKeyNullable(phantomWallet),
solanaWalletKey: SolanaUtils.newPublicKeyNullable(address),
mintKey: audiusLibs.solanaWeb3Manager.mintKey,
mintKey: audiusLibs.solanaWeb3Manager.mints.audio,
solanaTokenProgramKey: audiusLibs.solanaWeb3Manager.solanaTokenKey,
connection: audiusLibs.solanaWeb3Manager.connection
})
Expand Down

0 comments on commit 26d7951

Please sign in to comment.