Skip to content

Commit

Permalink
pay: do not complete PSBT construction
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 24, 2023
1 parent 9ab627b commit 212490a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ impl<K, D: Descriptor<K>, L2: Layer2> Wallet<K, D, L2> {
None

Check warning on line 261 in src/payments.rs

View check run for this annotation

Codecov / codecov/patch

src/payments.rs#L261

Added line #L261 was not covered by tests
};

psbt.complete_construction();

Ok((psbt, PsbtMeta { change_vout }))

Check warning on line 264 in src/payments.rs

View check run for this annotation

Codecov / codecov/patch

src/payments.rs#L264

Added line #L264 was not covered by tests
}
}

0 comments on commit 212490a

Please sign in to comment.