This commit is contained in:
Michael Vines 2020-11-05 17:27:50 -08:00
parent 1f810787d0
commit 0b1da24f61
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ async function findAssociatedTokenAddress(
If the associated token account for a given wallet address does not yet exist,
it may be created by *anybody* by issuing a transaction containing the
instruction return by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/fn.create_associated_token_account.html).
instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/fn.create_associated_token_account.html).
Regardless of creator the new associated token account will be fully owned by
the wallet, as if the wallet itself had created it.