Remove unused type parameter from `SaplingBuilder::add_output`

This commit is contained in:
Kris Nuttycombe 2023-12-19 20:37:52 -07:00
parent fb4856ebfa
commit d36cf0371c
1 changed files with 1 additions and 2 deletions

View File

@ -441,8 +441,7 @@ impl SaplingBuilder {
}
/// Adds a Sapling address to send funds to.
#[allow(clippy::too_many_arguments)]
pub fn add_output<R: RngCore>(
pub fn add_output(
&mut self,
ovk: Option<OutgoingViewingKey>,
to: PaymentAddress,