-
Notifications
You must be signed in to change notification settings - Fork 421
Note the mempool policy requirements of zero-fee commitment channels #4187
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
Note the mempool policy requirements of zero-fee commitment channels #4187
Conversation
|
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4187 +/- ##
==========================================
+ Coverage 88.86% 88.87% +0.01%
==========================================
Files 180 180
Lines 137869 137863 -6
Branches 137869 137863 -6
==========================================
+ Hits 122520 122531 +11
+ Misses 12539 12523 -16
+ Partials 2810 2809 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lightning/src/util/config.rs
Outdated
| /// is set) or `static_remote_key` channel. | ||
| /// | ||
| /// To have confidence that a force-close transaction will reach miners and get confirmed, | ||
| /// zero-fee commitment channels require your Bitcoin node **and some of its peers** to |
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.
Might be worth being explicit that there needs to be a path between your node and miners running 29+.
13a5269 to
30e3bdc
Compare
30e3bdc to
426c881
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.
Thanks
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.
post-merge ack
|
Backported to 0.2 in #4193 |
No description provided.