Skip to content

Commit 599bc69

Browse files
committedMar 28, 2024
Merge #669: Remove explicit link target
d1175a5 Remove explicit link target (Tobin C. Harding) Pull request description: When building the rustdocs clippy emits: warning: redundant explicit link target As suggested, remove the explicit link target. Do not fix column width because this rustdoc block is already a mess - just make the change while keeping the diff small. ACKs for top commit: apoelstra: ACK d1175a5 Tree-SHA512: 2b09a7f44403af8c625793d93b313a4d6e7520bd6dd91f00fde07c2821e361f437f5e5766bf85a907d5f8cbfb6778effe0ace9bd823a67a731b4eb0dfbd09e7b
2 parents 481784e + d1175a5 commit 599bc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/psbt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ pub trait PsbtExt {
563563
///
564564
/// Based on the sighash
565565
/// 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
566+
/// the [`sighash::TapSighashType::Default`] is chosen
567567
/// for for taproot spends, otherwise [`EcdsaSighashType::All`](bitcoin::sighash::EcdsaSighashType::All) is chosen.
568568
/// If the utxo at `idx` is a taproot output, returns a [`PsbtSighashMsg::TapSighash`] variant.
569569
/// If the utxo at `idx` is a pre-taproot segwit output, returns a [`PsbtSighashMsg::SegwitV0Sighash`] variant.

0 commit comments

Comments
 (0)