Skip to content

Commit

Permalink
chore: update instruction.rs (solana-labs#7420)
Browse files Browse the repository at this point in the history
Unitialized -> Uninitialized
  • Loading branch information
eltociear authored Oct 31, 2024
1 parent 760f8cb commit 5ee8156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stake-pool/program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pub enum StakePoolInstruction {
/// 1. `[w]` Validator stake list storage account
/// 2. `[]` Stake pool withdraw authority
/// 3. `[w]` Validator or reserve stake account to split
/// 4. `[w]` Unitialized stake account to receive withdrawal
/// 4. `[w]` Uninitialized stake account to receive withdrawal
/// 5. `[]` User account to set as a new withdraw authority
/// 6. `[s]` User transfer authority, for pool token account
/// 7. `[w]` User account with pool tokens to burn from
Expand Down Expand Up @@ -665,7 +665,7 @@ pub enum StakePoolInstruction {
/// 1. `[w]` Validator stake list storage account
/// 2. `[]` Stake pool withdraw authority
/// 3. `[w]` Validator or reserve stake account to split
/// 4. `[w]` Unitialized stake account to receive withdrawal
/// 4. `[w]` Uninitialized stake account to receive withdrawal
/// 5. `[]` User account to set as a new withdraw authority
/// 6. `[s]` User transfer authority, for pool token account
/// 7. `[w]` User account with pool tokens to burn from
Expand Down

0 comments on commit 5ee8156

Please sign in to comment.