Fix typo in docs for TxBuilder allow_shrinking method

This commit is contained in:
thunderbiscuit 2022-05-05 15:15:04 -04:00
parent 2f325328c5
commit 4628a10191
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View 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.
///