Skip to content

Commit

Permalink
fix: correct slight mixup of transfer fee and default acc state ext (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jim4067 authored Jan 4, 2025
1 parent d006c51 commit c796a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/courses/token-extensions/default-account-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ is `Initialized`.

### Adding default account state

Initializing a mint with transfer fee involves three instructions:
Initializing a mint with the default account state extension involves three instructions:

- `SystemProgram.createAccount`
- `createInitializeTransferFeeConfigInstruction`
- `createInitializeDefaultAccountStateInstruction`
- `createInitializeMintInstruction`

The first instruction `SystemProgram.createAccount` allocates space on the
Expand Down

0 comments on commit c796a3f

Please sign in to comment.