Fill in deprecated since NEXT-RELEASE placeholder

As we gear up for the v0.31.0 release we can fill in the NEXT-RELEASE
placeholders.
This commit is contained in:
Tobin C. Harding 2023-07-27 07:26:21 +10:00
parent 56343bd7b5
commit 1edc5f4098
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,7 @@ impl Transaction {
}
/// Checks if this is a coinbase transaction.
#[deprecated(since = "0.0.0-NEXT-RELEASE", note = "use is_coinbase instead")]
#[deprecated(since = "0.31.0", note = "use is_coinbase instead")]
pub fn is_coin_base(&self) -> bool { self.is_coinbase() }
/// Returns `true` if the transaction itself opted in to be BIP-125-replaceable (RBF).