Skip to content

Commit

Permalink
zcash_client_backend: Fix cargo doc without all features
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 18, 2024
1 parent eaa43b4 commit 907d37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zcash_client_backend/src/data_api/wallet/input_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 907d37b

Please sign in to comment.