Un-deprecate MINIMUM_STAKE_DELEGATION
(#24089)
This commit is contained in:
@ -6,8 +6,6 @@ pub mod program {
|
||||
crate::declare_id!("Stake11111111111111111111111111111111111111");
|
||||
}
|
||||
|
||||
#[deprecated(
|
||||
since = "1.10.6",
|
||||
note = "This constant may be outdated, please use `solana_stake_program::get_minimum_delegation` instead"
|
||||
)]
|
||||
// NOTE: This constant will be deprecated soon; if possible, use
|
||||
// `solana_stake_program::get_minimum_delegation()` instead.
|
||||
pub const MINIMUM_STAKE_DELEGATION: u64 = 1;
|
||||
|
Reference in New Issue
Block a user