Fix findAssociatedTokenAddress more

This commit is contained in:
Michael Vines 2020-11-18 10:18:58 -08:00 committed by GitHub
parent eff3677b46
commit 1fe820c16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ const SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID: PublicKey = new PublicKey(
);
async function findAssociatedTokenAddress(
walletAddress: Pubkey,
tokenMintAddress: Pubkey
walletAddress: Publickey,
tokenMintAddress: Publickey
): Promise<PublicKey> {
return (await PublicKey.findProgramAddress(
[