Skip to content

Commit

Permalink
Merge pull request #1449 from zcash/doc-fix-without-features
Browse files Browse the repository at this point in the history
zcash_client_backend: Fix `cargo doc` without all features
  • Loading branch information
str4d authored Jul 19, 2024
2 parents 1ef11c2 + 907d37b commit 8a7e663
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 8a7e663

Please sign in to comment.