Skip to content

Commit

Permalink
Merge #315: Tiny Code Comment Fix
Browse files Browse the repository at this point in the history
02c31f5 Small doc fix (Jeremy Rubin)

Pull request description:

ACKs for top commit:
  sanket1729:
    ACK 02c31f5.

Tree-SHA512: a84ac6be027071d698e968487d3467d81bc85dc68f738a6152d67d03bdc4e52e8719e0d9cc86cecb5dd237b803a4c655f793695241a426c13a8cc0ce0980f669
  • Loading branch information
sanket1729 committed Mar 21, 2022
2 parents cb1f244 + 02c31f5 commit 75ff627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psbt/finalizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn construct_tap_witness(
) -> Result<Vec<Vec<u8>>, InputError> {
assert!(spk.is_v1_p2tr());

// try the script spend path first
// try the key spend path first
if let Some(sig) =
<PsbtInputSatisfier as Satisfier<XOnlyPublicKey>>::lookup_tap_key_spend_sig(sat)
{
Expand Down

0 comments on commit 75ff627

Please sign in to comment.