Skip to content

Commit c5479b4

Browse files
committed
Merge rust-bitcoin/rust-miniscript#315: Tiny Code Comment Fix
02c31f5b784ff7521a7edea0a82c74c2abbcc710 Small doc fix (Jeremy Rubin) Pull request description: ACKs for top commit: sanket1729: ACK 02c31f5b784ff7521a7edea0a82c74c2abbcc710. Tree-SHA512: a84ac6be027071d698e968487d3467d81bc85dc68f738a6152d67d03bdc4e52e8719e0d9cc86cecb5dd237b803a4c655f793695241a426c13a8cc0ce0980f669
2 parents 21ba88b + 9ebf493 commit c5479b4

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)