Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 18ca475

Browse files
authored
Document that delegates cannot CloseAccount (#121)
1 parent ab5ea5c commit 18ca475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token/src/instruction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ pub enum TokenInstruction {
176176
///
177177
/// Accounts expected by this instruction:
178178
///
179-
/// * Single owner/delegate
179+
/// * Single owner
180180
/// 0. `[writable]` The account to close.
181181
/// 1. '[writable]' The destination account.
182182
/// 2. `[signer]` The account's owner.
183183
///
184-
/// * Multisignature owner/delegate
184+
/// * Multisignature owner
185185
/// 0. `[writable]` The account to close.
186186
/// 1. '[writable]' The destination account.
187187
/// 2. `[]` The account's multisignature owner.

0 commit comments

Comments
 (0)