Fix intra-doc link

This commit is contained in:
Jack Grigg 2023-11-03 22:40:32 +00:00
parent 82535112c2
commit c56ab0001e
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ use crate::{load_parameters, parse_parameters, OutputParameters, SpendParameters
#[cfg(feature = "local-prover")]
use crate::{default_params_folder, SAPLING_OUTPUT_NAME, SAPLING_SPEND_NAME};
/// An implementation of [`TxProver`] using Sapling Spend and Output parameters from
/// locally-accessible paths.
/// An implementation of [`SpendProver`] and [`OutputProver`] using Sapling Spend and
/// Output parameters from locally-accessible paths.
pub struct LocalTxProver {
spend_params: SpendParameters,
output_params: OutputParameters,