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

Fixes bug that causes incorrect conversion of JsonValue to Txid. #2796

Merged
merged 1 commit into from Dec 15, 2023

Conversation

yellowred
Copy link
Contributor

The bug happens when there is a call to a bitcoind that expects a transaction id as a response and results in a corrupted Txid being returned.

The bug happens when there is a call to a bitcoind that expects a transaction id as a response and
results in a corrupted Txid being returned.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9d52cf) 88.60% compared to head (6b3c2c6) 88.57%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2796      +/-   ##
==========================================
- Coverage   88.60%   88.57%   -0.04%     
==========================================
  Files         114      114              
  Lines       91574    91573       -1     
  Branches    91574    91573       -1     
==========================================
- Hits        81139    81109      -30     
- Misses       7957     7979      +22     
- Partials     2478     2485       +7     

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

Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I guess we don't actually use this code in LDK itself?

@TheBlueMatt TheBlueMatt merged commit 922cc84 into lightningdevkit:main Dec 15, 2023
15 checks passed
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.

None yet

4 participants