Skip to content

Commit

Permalink
Fix CI failure due to a documentation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
daira authored Jul 17, 2024
1 parent ba32fba commit f01a878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_client_backend/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ pub trait ChangeStrategy {
feature = "transparent-inputs",
doc = "`ephemeral_parameters` can be used to specify variations on how balance
and fees are computed that are relevant to transactions using ephemeral
transparent outputs; see [`EphemeralParameters::new`]."
transparent outputs; see `EphemeralParameters::new`."
)]
#[cfg_attr(
not(feature = "transparent-inputs"),
Expand Down

0 comments on commit f01a878

Please sign in to comment.