]> Untitled Git - bdk/commitdiff
Fix typo in docs for TxBuilder allow_shrinking method
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Thu, 5 May 2022 19:15:04 +0000 (15:15 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Thu, 5 May 2022 19:15:04 +0000 (15:15 -0400)
src/wallet/tx_builder.rs

index c45e619c1e21598c1ae0f265d7c8736667724729..f23d62a514715012fe443ca3e2545e070d046cfe 100644 (file)
@@ -615,7 +615,7 @@ impl<'a, D: BatchDatabase, Cs: CoinSelectionAlgorithm<D>> TxBuilder<'a, D, Cs, C
 
 // methods supported only by bump_fee
 impl<'a, D: BatchDatabase> TxBuilder<'a, D, DefaultCoinSelectionAlgorithm, BumpFee> {
-    /// Explicitly tells the wallet that it is allowed to reduce the fee of the output matching this
+    /// Explicitly tells the wallet that it is allowed to reduce the amount of the output matching this
     /// `script_pubkey` in order to bump the transaction fee. Without specifying this the wallet
     /// will attempt to find a change output to shrink instead.
     ///