Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1bc52c3

Browse files
committed
Remove yelling
1 parent 64edd0b commit 1bc52c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stake-pool/program/src/stake.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub enum StakeInstruction {
8686
/// # Account references
8787
/// 0. [WRITE] Initialized stake account
8888
/// 1. [SIGNER] Lockup authority
89-
SetLockupNOTUSED,
89+
SetLockup,
9090

9191
/// Merge two stake accounts. Both accounts must be deactivated and have identical lockup and
9292
/// authority keys.
@@ -104,7 +104,7 @@ pub enum StakeInstruction {
104104
/// # Account references
105105
/// 0. [WRITE] Stake account to be updated
106106
/// 1. [SIGNER] Base key of stake or withdraw authority
107-
AuthorizeWithSeedNOTUSED,
107+
AuthorizeWithSeed,
108108
}
109109

110110
/// FIXME copied from the stake program

0 commit comments

Comments
 (0)