Update deprecation versions (#20959)
This commit is contained in:
@@ -19,7 +19,7 @@ pub enum Source {
|
||||
}
|
||||
|
||||
impl Source {
|
||||
#[deprecated(since = "1.8.0", note = "Please use `get_blockhash` instead")]
|
||||
#[deprecated(since = "1.9.0", note = "Please use `get_blockhash` instead")]
|
||||
pub fn get_blockhash_and_fee_calculator(
|
||||
&self,
|
||||
rpc_client: &RpcClient,
|
||||
@@ -43,7 +43,7 @@ impl Source {
|
||||
}
|
||||
|
||||
#[deprecated(
|
||||
since = "1.8.0",
|
||||
since = "1.9.0",
|
||||
note = "Please do not use, will no longer be available in the future"
|
||||
)]
|
||||
pub fn get_fee_calculator(
|
||||
@@ -134,7 +134,7 @@ impl BlockhashQuery {
|
||||
BlockhashQuery::new(blockhash, sign_only, nonce_account)
|
||||
}
|
||||
|
||||
#[deprecated(since = "1.8.0", note = "Please use `get_blockhash` instead")]
|
||||
#[deprecated(since = "1.9.0", note = "Please use `get_blockhash` instead")]
|
||||
pub fn get_blockhash_and_fee_calculator(
|
||||
&self,
|
||||
rpc_client: &RpcClient,
|
||||
|
Reference in New Issue
Block a user