Merge rust-bitcoin/rust-bitcoin#1958: Fill in deprecated since NEXT-RELEASE placeholder
1edc5f4098
Fill in deprecated since NEXT-RELEASE placeholder (Tobin C. Harding) Pull request description: As we gear up for the v0.31.0 release we can fill in the NEXT-RELEASE placeholders. ACKs for top commit: sanket1729: utACK1edc5f4098
apoelstra: ACK1edc5f4098
Tree-SHA512: 61a78e9df0d563a1ebefef3d6c3447b767c5d878f05b45e9a20aecdcef897cc9d8c40d499882a7b8d74d5e99b25a256946c39edf2f05abab370cc0223346f66b
This commit is contained in:
commit
2b50859753
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue