Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightningd: unescape JSON strings for db.
We were feeding in the raw JSON, which escapes \". Then we were escaping *again* to return it. Reported-by: @m-schmook Signed-off-by: Rusty Russell <[email protected]> Changelog-Fixed: JSON-RPC: `datastore` handles escapes in `string` parameter correctly.
- Loading branch information