File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ pub enum TokenInstruction<'a> {
231231 /// Accounts expected by this instruction:
232232 ///
233233 /// * Single owner
234- /// 0. `[writable]` The account to freeze .
234+ /// 0. `[writable]` The account to thaw .
235235 /// 1. `[]` The token mint.
236236 /// 2. `[signer]` The mint freeze authority.
237237 ///
238238 /// * Multisignature owner
239- /// 0. `[writable]` The account to freeze .
239+ /// 0. `[writable]` The account to thaw .
240240 /// 1. `[]` The token mint.
241241 /// 2. `[]` The mint's multisignature freeze authority.
242242 /// 3. ..`3+M` `[signer]` M signer accounts.
Original file line number Diff line number Diff line change @@ -232,12 +232,12 @@ pub enum TokenInstruction {
232232 /// Accounts expected by this instruction:
233233 ///
234234 /// * Single owner
235- /// 0. `[writable]` The account to freeze .
235+ /// 0. `[writable]` The account to thaw .
236236 /// 1. `[]` The token mint.
237237 /// 2. `[signer]` The mint freeze authority.
238238 ///
239239 /// * Multisignature owner
240- /// 0. `[writable]` The account to freeze .
240+ /// 0. `[writable]` The account to thaw .
241241 /// 1. `[]` The token mint.
242242 /// 2. `[]` The mint's multisignature freeze authority.
243243 /// 3. `..+M` `[signer]` M signer accounts.
You can’t perform that action at this time.
0 commit comments