Apply rustfmt

This commit is contained in:
The rustfmt Tyranny 2023-04-24 18:20:23 +01:00 committed by Steven Roose
parent 38d11ce3da
commit a54e1ceab1
1 changed files with 1 additions and 3 deletions

View File

@ -988,9 +988,7 @@ impl Transaction {
/// Checks if this is a coinbase transaction.
#[deprecated(since = "0.0.0-NEXT-RELEASE", 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).
///