Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Add a JSON parsing sanity check before sending request
If some parameter is malformed on the command line we could end up with a malformed JSON-RPC request, which would then result in very unhelpful error messages. Fixes #4238 Changelog-Changed: cli: `lightning-cli` now performs better sanity checks on the JSON-RPC requests it sends.
- Loading branch information