Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f3a8fae

Browse files
authored
swap associated token account addr for token addr (#1705)
the associated token account address is derived from token address. The token address is the correct argument.
1 parent 3709ac6 commit f3a8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Now the `7KqpRwzkkeweW5jQoETyLzhvs9rcCj9dVQ1MnzudirsM` account holds the
273273
one and only `559u4Tdr9umKwft3yHMsnAxohhzkFnUBPAFtibwuZD9z` token:
274274

275275
```
276-
$ spl-token account-info 7KqpRwzkkeweW5jQoETyLzhvs9rcCj9dVQ1MnzudirsM
276+
$ spl-token account-info 559u4Tdr9umKwft3yHMsnAxohhzkFnUBPAFtibwuZD9z
277277
278278
Address: 7KqpRwzkkeweW5jQoETyLzhvs9rcCj9dVQ1MnzudirsM
279279
Balance: 1

0 commit comments

Comments
 (0)