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.
2 parents cb1f244 + 02c31f5 commit 75ff627Copy full SHA for 75ff627
src/psbt/finalizer.rs
@@ -47,7 +47,7 @@ fn construct_tap_witness(
47
) -> Result<Vec<Vec<u8>>, InputError> {
48
assert!(spk.is_v1_p2tr());
49
50
- // try the script spend path first
+ // try the key spend path first
51
if let Some(sig) =
52
<PsbtInputSatisfier as Satisfier<XOnlyPublicKey>>::lookup_tap_key_spend_sig(sat)
53
{
0 commit comments