diff --git a/zcash_client_backend/src/data_api/wallet/input_selection.rs b/zcash_client_backend/src/data_api/wallet/input_selection.rs index ad9b56a03a..c745a0a8a0 100644 --- a/zcash_client_backend/src/data_api/wallet/input_selection.rs +++ b/zcash_client_backend/src/data_api/wallet/input_selection.rs @@ -333,6 +333,8 @@ impl GreedyInputSelector { /// 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,