Skip to content

Commit c489f69

Browse files
authored
Update crates/bdk/src/wallet/tx_builder.rs
1 parent 97bf975 commit c489f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bdk/src/wallet/tx_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl<'a, D, Cs: CoinSelectionAlgorithm, Ctx: TxBuilderContext> TxBuilder<'a, D,
192192

193193
/// Set an absolute fee
194194
/// The fee_absolute method refers to the absolute transaction fee in satoshis (sats).
195-
/// If anyone sets both the fee_absolute method and the fee_rate method,
195+
/// If anyone sets both the fee_absolute method and the fee_rate method,
196196
/// the fee_absolute value will take precedence over the fee_rate.
197197
pub fn fee_absolute(&mut self, fee_amount: u64) -> &mut Self {
198198
self.params.fee_policy = Some(FeePolicy::FeeAmount(fee_amount));

0 commit comments

Comments
 (0)