-
Notifications
You must be signed in to change notification settings - Fork 912
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
msggen: add low level openchannel methods #7230
msggen: add low level openchannel methods #7230
Conversation
Notice that i changed the |
07d54a1
to
e1a4802
Compare
e1a4802
to
b78ffc5
Compare
Rebased on top of #7218 now that it is merged into |
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.
The change in denomination in the schema does not match the docs.
This one next please: #7238. That CI needs to be running 24/7 or we won't get them all in the 24.05 release |
b78ffc5
to
81e77c6
Compare
Based on: #7215 + #7217 + #7218
This PR adds the low level openchannel methods:
openchannel_abort
openchannel_bump
openchannel_init
openchannel_signed
openchannel_update
Aswell as a small fix for methods that contain a '_' like these above.