Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the txmaker test util #260

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Fix the txmaker test util #260

merged 1 commit into from
Jun 6, 2024

Conversation

bigspider
Copy link
Collaborator

Bug in a utility function only used in tests; it would scramble the order of the keys, producing incorrect PSBTs.
Not caught earlier as it only shows up on wallet policies with multiple key placeholders, and all the tests using the txmaker use policies with a single key.

Copy link

sonarcloud bot commented Jun 5, 2024

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.89%. Comparing base (e589d75) to head (e9d3a4b).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #260   +/-   ##
========================================
  Coverage    84.89%   84.89%           
========================================
  Files           17       17           
  Lines         2205     2205           
========================================
  Hits          1872     1872           
  Misses         333      333           
Flag Coverage Δ
unittests 84.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bigspider bigspider merged commit ec0ca4a into develop Jun 6, 2024
127 checks passed
@bigspider bigspider deleted the fix-txmaker branch June 6, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants