Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openingd: fix compile error caused by merge.
Compile broke because we were using low-level JSON primitives here (which, incidentally, would produce bad JSON now, since we can't just put a raw string inside an object!). Use json_add_string, which also has the benefit of escaping JSON for us. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information