File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ impl Descriptor<DescriptorPublicKey> {
612612 /// See [`at_derivation_index`] and `[derived_descriptor`] for more documentation.
613613 ///
614614 /// [`at_derivation_index`]: Self::at_derivation_index
615- /// [`derived_descriptor`]: crate::DerivedDescriptor ::derived_descriptor
615+ /// [`derived_descriptor`]: crate::Descriptor ::derived_descriptor
616616 ///
617617 /// # Errors
618618 ///
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ pub trait PsbtExt {
592592 ///
593593 /// Based on the sighash
594594 /// flag specified in the [`Psbt`] sighash field. If the input sighash flag psbt field is `None`
595- /// the [`sighash::TapSighashType::Default`](bitcoin::sighash::TapSighashType::Default) is chosen
595+ /// the [`sighash::TapSighashType::Default`] is chosen
596596 /// for for taproot spends, otherwise [`EcdsaSighashType::All`](bitcoin::sighash::EcdsaSighashType::All) is chosen.
597597 /// If the utxo at `idx` is a taproot output, returns a [`PsbtSighashMsg::TapSighash`] variant.
598598 /// If the utxo at `idx` is a pre-taproot segwit output, returns a [`PsbtSighashMsg::SegwitV0Sighash`] variant.
You can’t perform that action at this time.
0 commit comments