Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: fix printing of bad plugin responses.
Before: Plugin for invoice_payment returned non-result response "subscriptions": [], "hooks": ["invoice_payment"]}} �V After: Plugin for invoice_payment returned non-result response {"jsonrpc": "2.0", "id": 6, "error": "Error while processing invoice_payment: ValueError(\"invalid literal for int() with base 10: '5.0'\")"} Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information