diff --git a/interface/src/instruction.rs b/interface/src/instruction.rs index c11ec4dbd..e46fbd6c9 100644 --- a/interface/src/instruction.rs +++ b/interface/src/instruction.rs @@ -294,12 +294,12 @@ pub enum TokenInstruction<'a> { /// Accounts expected by this instruction: /// /// * Single owner - /// 0. `[writable]` The account to freeze. + /// 0. `[writable]` The account to thaw. /// 1. `[]` The token mint. /// 2. `[signer]` The mint freeze authority. /// /// * Multisignature owner - /// 0. `[writable]` The account to freeze. + /// 0. `[writable]` The account to thaw. /// 1. `[]` The token mint. /// 2. `[]` The mint's multisignature freeze authority. /// 3. ..`3+M` `[signer]` M signer accounts.