-
Notifications
You must be signed in to change notification settings - Fork 366
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
Doc and style followups from #2675 #2748
Doc and style followups from #2675 #2748
Conversation
This also adds required linebreaks to keep the docs to a reasonable width.
935a716 changed the parameter names to `RevocationKey` derivation to remove the naming which made clear one of the two parameters is a countersignatory key, which is restored here.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2748 +/- ##
==========================================
+ Coverage 88.53% 90.52% +1.99%
==========================================
Files 114 115 +1
Lines 89417 106889 +17472
Branches 89417 106889 +17472
==========================================
+ Hits 79165 96763 +17598
+ Misses 7872 7806 -66
+ Partials 2380 2320 -60 ☔ View full report in Codecov by Sentry. |
1753c63
to
c84b3c4
Compare
935a716 added new wrappers for the various channel keys, including a payment_key. However, the `payment_key` has been unused in lightning since the introduction (and broad requiring) of the `static_remotekey` feature. Thus, we simply remove it (and an incredibly stale TODO) here.
This also adds required linebreaks to keep the docs to a reasonable width.
c84b3c4
to
3b6d693
Compare
Squashed. |
Aside from some variable renames, this PR is entirely whitespace and doc changes, so there's no real need to wait on a second reviewer. |
Mostly just doc updates, but also dropped the
PaymentKey
type that's actually unused.