Fix comment

This commit is contained in:
Michael Vines 2020-02-20 10:32:25 -07:00
parent ea8d9d1aea
commit 45774dc4aa
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 1 deletions

View File

@ -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