Skip to content

Commit

Permalink
added fee-keypair attribute to example instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
metasal1 authored Dec 23, 2024
1 parent 0b7ba37 commit 2fb93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ spl-token create-account --owner <OWNER_ADDRESS> <TOKEN_ADDRESS>
For example, running the following command:

```sh /2i3KvjDCZWxBsqcxBHpdEaZYQwQSYE6LXUMx5VjY5XrR/
spl-token create-account --owner 2i3KvjDCZWxBsqcxBHpdEaZYQwQSYE6LXUMx5VjY5XrR 99zqUzQGohamfYxyo8ykTEbi91iom3CLmwCA75FK5zTg
spl-token create-account --owner 2i3KvjDCZWxBsqcxBHpdEaZYQwQSYE6LXUMx5VjY5XrR 99zqUzQGohamfYxyo8ykTEbi91iom3CLmwCA75FK5zTg --fee-payer keypair.json
```

Returns the following output:
Expand Down

0 comments on commit 2fb93fd

Please sign in to comment.