Skip to content

Commit 6e1a1a8

Browse files
committed
Small doc fix
1 parent 8c109fb commit 6e1a1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psbt/finalizer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn construct_tap_witness(
4747
) -> Result<Vec<Vec<u8>>, InputError> {
4848
assert!(spk.is_v1_p2tr());
4949

50-
// try the script spend path first
50+
// try the key spend path first
5151
if let Some(sig) =
5252
<PsbtInputSatisfier as Satisfier<XOnlyPublicKey>>::lookup_tap_key_spend_sig(sat)
5353
{

0 commit comments

Comments
 (0)