From 18ca475bd6442829581d435ac0af080b2b583b6c Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 10 Jul 2020 15:34:12 -0700 Subject: [PATCH] Document that delegates cannot CloseAccount (#121) --- token/src/instruction.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/token/src/instruction.rs b/token/src/instruction.rs index 64cfc3da2fa..dd6de7dcad3 100644 --- a/token/src/instruction.rs +++ b/token/src/instruction.rs @@ -176,12 +176,12 @@ pub enum TokenInstruction { /// /// Accounts expected by this instruction: /// - /// * Single owner/delegate + /// * Single owner /// 0. `[writable]` The account to close. /// 1. '[writable]' The destination account. /// 2. `[signer]` The account's owner. /// - /// * Multisignature owner/delegate + /// * Multisignature owner /// 0. `[writable]` The account to close. /// 1. '[writable]' The destination account. /// 2. `[]` The account's multisignature owner.