File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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) ,
You can’t perform that action at this time.
0 commit comments