Skip to content
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

pyln-client: allow 'msat' fields to be 'null' #5574

Merged

Conversation

rustyrussell
Copy link
Contributor

This happens with deprecated-apis and listconfigs, breaking some
python plugins!

Fixes: #5546
Fixes: #5563

This happens with deprecated-apis and listconfigs, breaking some
python plugins!

Fixes: ElementsProject#5546
Fixes: ElementsProject#5563
Signed-off-by: Rusty Russell <[email protected]>
Copy link
Contributor

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR makes the nix-bitcoin test suite pass.

Without it, the test suite fails, because the summary and feeadjuster plugins crash on startup. The test suite is not very in-depth, it just checks that the plugins are loaded and that certain commands don't fail.

Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK ebbf22e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with plugins in 0.12.0 Error while processing summary: 'int' object has no attribute 'to_btc_str'
3 participants