Skip to content

Commit

Permalink
Clarify token freeze authority documentation (solana-labs#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Sep 16, 2020
1 parent b89b0c8 commit 0070aeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,13 @@ the same transaction.

### Freezing accounts

The Mint may also contain a `freeze_authority` can be used to issue
The Mint may also contain a `freeze_authority` which can be used to issue
`FreezeAccount` instructions that will render an Account unusable. Token
instructions that include a frozen account will fail until the Account is thawed
using the `ThawAccount` instruction. The `SetAuthority` instruction can be used
to change a Mint's `freeze_authority`. If a Mint's `freeze_authority` is set to
`None` then account freezing is permanently disabled
`None` then account freezing and thawing is permanently disabled and all
currently frozen accounts will also stay frozen permanently.

### Wrapping SOL

Expand Down

0 comments on commit 0070aeb

Please sign in to comment.