-
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
Nits and fixups #5016
Nits and fixups #5016
Conversation
This wasn't used anywhere, so we remove it.
Add missing field to first write
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.
Ack 087ca31
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.
ack 087ca31
The CI error looks strange, and maybe it needs another run!
Seems the JSON-RPC schema needs to be updated:
|
fae0f32
to
dd58182
Compare
doc/schemas/listpeers.schema.json
Outdated
"funding_outnum": { | ||
"type": "u32", | ||
"description": "The 0-based output number of the funding transaction which opens the channel" | ||
}, |
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.
Mh from CI there is a formatting problem here, maybe a make check-fmt-schemas
will call jq
to auto-formatting the json file
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.
Yep that was the issue for this test. Nice catch!
Changelog-Added: JSONRPC: `listchannels` now includes the `funding_outnum`
The money moved into an external account here.
There is no "wallet_lib_headers" variable in wallet/Makefile
dd58182
to
86c9958
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.
ACK 86c9958
Things found while working on the accountant plugin.
I have no idea how the wallet error made it past previous checks. Whoops.
The
listchannels
addition of the funding_outnum is extremely useful for backfilling missed channel open events.