Files
lightning/lightningd
Rusty Russell 4c118bcdba 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 <rusty@rustcorp.com.au>
2019-06-12 06:21:53 +00:00
..
2019-06-12 02:00:15 +00:00
2017-10-20 18:31:32 +02:00
2019-01-29 04:50:01 +00:00
2019-06-12 02:00:15 +00:00
2019-06-07 01:23:51 +00:00
2019-05-31 18:36:38 +02:00