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

Correct return value for apply_post_close_monitor_update #3426

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

morehouse
Copy link
Contributor

c99d3d7 accidentally inverted the returned monitor update for the case where an update is applied after the channel has been closed. This commit corrects that mistake.

A recent change accidentally inverted the returned monitor update for
the case where an update is applied after the channel has been closed.
This commit corrects that mistake.
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.

Oof, thanks. Luckily the return value is actually unused (and dropped entirely in #3414).

@TheBlueMatt TheBlueMatt merged commit ff36405 into lightningdevkit:main Nov 26, 2024
15 of 17 checks passed
@morehouse morehouse deleted the correct_return_value branch November 26, 2024 17:04
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.20%. Comparing base (ba3d4ff) to head (857d363).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3426      +/-   ##
==========================================
- Coverage   89.25%   89.20%   -0.06%     
==========================================
  Files         130      130              
  Lines      106959   106965       +6     
  Branches   106959   106965       +6     
==========================================
- Hits        95464    95413      -51     
- Misses       8706     8753      +47     
- Partials     2789     2799      +10     

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

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