Fix comment

This commit is contained in:
Michael Vines
2020-02-20 10:32:25 -07:00
parent ea8d9d1aea
commit 45774dc4aa

View File

@ -58,9 +58,10 @@ pub enum StakeInstruction {
/// requires Authorized::staker or Authorized::withdrawer /// requires Authorized::staker or Authorized::withdrawer
/// signature, depending on which key's being updated /// signature, depending on which key's being updated
/// ///
/// Expects 1 Account: /// Expects 2 Accounts:
/// 0 - StakeAccount to be updated with the Pubkey for /// 0 - StakeAccount to be updated with the Pubkey for
/// authorization /// authorization
/// 1 - Clock sysvar Account that carries clock bank epoch
Authorize(Pubkey, StakeAuthorize), Authorize(Pubkey, StakeAuthorize),
/// `Delegate` a stake to a particular vote account /// `Delegate` a stake to a particular vote account