Skip to content

Commit

Permalink
Document that delegates cannot CloseAccount (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Jul 10, 2020
1 parent ab5ea5c commit 18ca475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18ca475

Please sign in to comment.