Skip to content

Commit 91c613c

Browse files
docs: adjust docstring formatting as per cargo fmt
1 parent d6cca38 commit 91c613c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bdk-ffi/src/tx_builder.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,12 @@ impl BumpFeeTxBuilder {
451451
/// This will be used to:
452452
///
453453
/// 1. Set the `nLockTime` for preventing fee sniping. Note: This will be ignored if you manually specify a
454-
/// `nlocktime` using `TxBuilder::nlocktime`.
454+
/// `nlocktime` using `TxBuilder::nlocktime`.
455455
///
456456
/// 2. Decide whether coinbase outputs are mature or not. If the coinbase outputs are not mature at `current_height`,
457-
/// we ignore them in the coin selection. If you want to create a transaction that spends immature coinbase inputs,
458-
/// manually add them using `TxBuilder::add_utxos`.
459-
/// In both cases, if you don’t provide a current height, we use the last sync height.
457+
/// we ignore them in the coin selection. If you want to create a transaction that spends immature coinbase inputs,
458+
/// manually add them using `TxBuilder::add_utxos`.
459+
/// In both cases, if you don’t provide a current height, we use the last sync height.
460460
pub fn current_height(&self, height: u32) -> Arc<Self> {
461461
Arc::new(BumpFeeTxBuilder {
462462
current_height: Some(height),

0 commit comments

Comments
 (0)