We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5719714 commit 30a3b59Copy full SHA for 30a3b59
src/psbt/mod.rs
@@ -563,7 +563,7 @@ pub trait PsbtExt {
563
///
564
/// Based on the sighash
565
/// flag specified in the [`Psbt`] sighash field. If the input sighash flag psbt field is `None`
566
- /// the [`sighash::TapSighashType::Default`](bitcoin::sighash::TapSighashType::Default) is chosen
+ /// the [`sighash::TapSighashType::Default`] is chosen
567
/// for for taproot spends, otherwise [`EcdsaSighashType::All`](bitcoin::sighash::EcdsaSighashType::All) is chosen.
568
/// If the utxo at `idx` is a taproot output, returns a [`PsbtSighashMsg::TapSighash`] variant.
569
/// If the utxo at `idx` is a pre-taproot segwit output, returns a [`PsbtSighashMsg::SegwitV0Sighash`] variant.
0 commit comments