Skip to content

Commit 109c4c9

Browse files
authored
interface: Fix thaw instruction docs (#144)
Fix docs
1 parent ac14e9f commit 109c4c9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

interface/src/instruction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

pinocchio/interface/src/instruction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)