docs: fix broken links
This commit is contained in:
parent
cc955a2bbe
commit
90ec2982bf
|
@ -723,7 +723,7 @@ impl From<TransmissionKey> for [u8; 32] {
|
|||
|
||||
impl From<(IncomingViewingKey, Diversifier)> for TransmissionKey {
|
||||
/// This includes _KA^Sapling.DerivePublic(ivk, G_d)_, which is just a
|
||||
/// scalar mult _[ivk]G_d_.
|
||||
/// scalar mult _\[ivk\]G_d_.
|
||||
///
|
||||
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
|
||||
/// https://zips.z.cash/protocol/protocol.pdf#concretesaplingkeyagreement
|
||||
|
|
|
@ -63,7 +63,7 @@ pub struct ShieldedData {
|
|||
///
|
||||
/// However, it's not necessary to access or process `first` and `rest`
|
||||
/// separately, as the [`ShieldedData::spends`] and [`ShieldedData::outputs`]
|
||||
/// methods provide iterators over all of the [`SpendDescription`]s and
|
||||
/// methods provide iterators over all of the [`Spend`]s and
|
||||
/// [`Output`]s.
|
||||
#[serde(with = "serde_helpers::Either")]
|
||||
pub first: Either<Spend, Output>,
|
||||
|
|
Loading…
Reference in New Issue