Skip to content

Commit ee38400

Browse files
authored
Fix send audio flow (#3850)
1 parent bd1752b commit ee38400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/services/audius-backend/AudiusBackend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@ export const audiusBackend = ({
30223022
const tx = await getCreateAssociatedTokenAccountTransaction({
30233023
feePayerKey: SolanaUtils.newPublicKeyNullable(phantomWallet),
30243024
solanaWalletKey: SolanaUtils.newPublicKeyNullable(address),
3025-
mintKey: audiusLibs.solanaWeb3Manager.mintKey,
3025+
mintKey: audiusLibs.solanaWeb3Manager.mints.audio,
30263026
solanaTokenProgramKey: audiusLibs.solanaWeb3Manager.solanaTokenKey,
30273027
connection: audiusLibs.solanaWeb3Manager.connection
30283028
})

0 commit comments

Comments
 (0)