You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
The create_associated_token_account was linked with the previous deprecated function. I have attached the newly updated instruction create_associated_token_account instruction.
Copy file name to clipboardExpand all lines: docs/src/associated-token-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ async function findAssociatedTokenAddress(
84
84
85
85
If the associated token account for a given wallet address does not yet exist,
86
86
it may be created by *anybody* by issuing a transaction containing the
87
-
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).
87
+
instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/instruction/fn.create_associated_token_account.html).
88
88
89
89
Regardless of creator the new associated token account will be fully owned by
90
90
the wallet, as if the wallet itself had created it.
0 commit comments