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:
parent
56343bd7b5
commit
1edc5f4098
|
@ -941,7 +941,7 @@ impl Transaction {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Checks if this is a coinbase 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() }
|
pub fn is_coin_base(&self) -> bool { self.is_coinbase() }
|
||||||
|
|
||||||
/// Returns `true` if the transaction itself opted in to be BIP-125-replaceable (RBF).
|
/// Returns `true` if the transaction itself opted in to be BIP-125-replaceable (RBF).
|
||||||
|
|
Loading…
Reference in New Issue