Clarify token freeze authority documentation (#456)

This commit is contained in:
Jack May 2020-09-16 16:20:06 -07:00 committed by GitHub
parent b89b0c81d2
commit 0070aeb099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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