zcash_client_backend: Fix `cargo doc` without all features

This commit is contained in:
Jack Grigg 2024-07-18 01:37:45 +00:00
parent eaa43b4e25
commit 907d37b928
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ impl<DbT, ChangeT: ChangeStrategy> GreedyInputSelector<DbT, ChangeT> {
/// computing a transaction balance if an [`EphemeralBalance::Output`] value is provided for
/// its ephemeral balance, or the resulting [`GreedyInputSelector`] will return an error when
/// attempting to construct a transaction proposal that requires such an output.
///
/// [`EphemeralBalance::Output`]: crate::fees::EphemeralBalance::Output
pub fn new(change_strategy: ChangeT, dust_output_policy: DustOutputPolicy) -> Self {
GreedyInputSelector {
change_strategy,