This commit is contained in:
Michael Vines 2020-11-18 10:27:23 -08:00 committed by GitHub
parent 1fe820c16d
commit 71ab7ea1ba
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: Publickey,
tokenMintAddress: Publickey
walletAddress: PublicKey,
tokenMintAddress: PublicKey
): Promise<PublicKey> {
return (await PublicKey.findProgramAddress(
[