This commit is contained in:
Steve Myers
2020-12-02 16:54:49 -08:00
parent a89dd85833
commit 2e7f98a371
3 changed files with 5 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ impl<D: Database, Cs: CoinSelectionAlgorithm<D>, Ctx: TxBuilderContext> TxBuilde
self
}
/// Spend all the available inputs. This respects filters like [`unspendable`] and the change policy.
/// Spend all the available inputs. This respects filters like [`TxBuilder::unspendable`] and the change policy.
pub fn drain_wallet(mut self) -> Self {
self.drain_wallet = true;
self