Update deprecation versions (#20959)

This commit is contained in:
Jack May
2021-10-26 09:06:41 -07:00
committed by GitHub
parent 43168e6365
commit 2515f6a04f
10 changed files with 32 additions and 32 deletions

View File

@ -3113,7 +3113,7 @@ impl Bank {
blockhash_queue.get_lamports_per_signature(hash)
}
#[deprecated(since = "1.8.0", note = "Please use `get_fee_for_message` instead")]
#[deprecated(since = "1.9.0", note = "Please use `get_fee_for_message` instead")]
pub fn get_fee_rate_governor(&self) -> &FeeRateGovernor {
&self.fee_rate_governor
}

View File

@ -123,7 +123,7 @@ impl BlockhashQueue {
}
#[deprecated(
since = "1.8.0",
since = "1.9.0",
note = "Please do not use, will no longer be available in the future"
)]
#[allow(deprecated)]