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 @@ -642,7 +642,7 @@ impl Descriptor<DescriptorPublicKey> {
642642 /// See [`at_derivation_index`] and `[derived_descriptor`] for more documentation.
643643 ///
644644 /// [`at_derivation_index`]: Self::at_derivation_index
645- /// [`derived_descriptor`]: crate::DerivedDescriptor ::derived_descriptor
645+ /// [`derived_descriptor`]: crate::Descriptor ::derived_descriptor
646646 ///
647647 /// # Errors
648648 ///
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ pub trait PsbtExt {
567567 ///
568568 /// Based on the sighash
569569 /// flag specified in the [`Psbt`] sighash field. If the input sighash flag psbt field is `None`
570- /// the [`sighash::TapSighashType::Default`](bitcoin::sighash::TapSighashType::Default) is chosen
570+ /// the [`sighash::TapSighashType::Default`] is chosen
571571 /// for for taproot spends, otherwise [`EcdsaSighashType::All`](bitcoin::sighash::EcdsaSighashType::All) is chosen.
572572 /// If the utxo at `idx` is a taproot output, returns a [`PsbtSighashMsg::TapSighash`] variant.
573573 /// 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