-
Notifications
You must be signed in to change notification settings - Fork 402
Ignore channel updates in onion errors #3083
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
Ignore channel updates in onion errors #3083
Conversation
590262d
to
124d79e
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3083 +/- ##
==========================================
+ Coverage 89.88% 90.20% +0.32%
==========================================
Files 117 117
Lines 96958 99869 +2911
Branches 96958 99869 +2911
==========================================
+ Hits 87146 90090 +2944
+ Misses 7268 7198 -70
- Partials 2544 2581 +37 ☔ View full report in Codecov by Sentry. |
A new import will be added in the next commit.
124d79e
to
7c874d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to squash.
See previous commit.
7c874d7
to
abb53d1
Compare
Squashed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We still write channel updates out for the time being.
Closes #3044. #FF