From 45774dc4aa4b7cb1e2414ac9672c0cfa99f9f039 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 20 Feb 2020 10:32:25 -0700 Subject: [PATCH] Fix comment --- programs/stake/src/stake_instruction.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/stake/src/stake_instruction.rs b/programs/stake/src/stake_instruction.rs index 13ebde7f05..ab62f4fafa 100644 --- a/programs/stake/src/stake_instruction.rs +++ b/programs/stake/src/stake_instruction.rs @@ -58,9 +58,10 @@ pub enum StakeInstruction { /// requires Authorized::staker or Authorized::withdrawer /// signature, depending on which key's being updated /// - /// Expects 1 Account: + /// Expects 2 Accounts: /// 0 - StakeAccount to be updated with the Pubkey for /// authorization + /// 1 - Clock sysvar Account that carries clock bank epoch Authorize(Pubkey, StakeAuthorize), /// `Delegate` a stake to a particular vote account