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

Commit 9dd807c

Browse files
t-nelsonmergify[bot]
authored andcommitted
docs: specify mint in spl-token transfer examples
1 parent 71e5e55 commit 9dd807c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ address by running `solana address` and provides it to the sender.
166166

167167
The sender then runs:
168168
```
169-
$ spl-token transfer 7UX2i7SucgLMQcfZ75s3VXmZZY4YRUyJN9X1RgfMoDUi 50 vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
169+
$ spl-token transfer AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe1TTJC9wajM 50 vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
170170
Transfer 50 tokens
171171
Sender: 7UX2i7SucgLMQcfZ75s3VXmZZY4YRUyJN9X1RgfMoDUi
172172
Recipient: vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
@@ -184,7 +184,7 @@ The receiver obtains their wallet address by running `solana address` and provid
184184
The sender then runs to fund the receiver's associated token account, at the
185185
sender's expense, and then transfers 50 tokens into it:
186186
```
187-
$ spl-token transfer --fund-recipient 7UX2i7SucgLMQcfZ75s3VXmZZY4YRUyJN9X1RgfMoDUi 50 vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
187+
$ spl-token transfer --fund-recipient AQoKYV7tYpTrFZN6P5oUufbQKAUr9mNYGe1TTJC9wajM 50 vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg
188188
Transfer 50 tokens
189189
Sender: 7UX2i7SucgLMQcfZ75s3VXmZZY4YRUyJN9X1RgfMoDUi
190190
Recipient: vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg

0 commit comments

Comments
 (0)