We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b7f9e commit 500db24Copy full SHA for 500db24
lightningd/jsonrpc.c
@@ -263,7 +263,7 @@ static void connection_complete_ok(struct json_connection *jcon,
263
const char *id,
264
const struct json_result *result)
265
{
266
- assert(id != NULL);
+ assert(id != NULL);
267
268
/* This JSON is simple enough that we build manually */
269
json_done(jcon, cmd, take(tal_fmt(jcon,
@@ -292,7 +292,7 @@ static void connection_complete_error(struct json_connection *jcon,
292
else
293
data_str = "";
294
295
296
297
json_done(jcon, cmd, take(tal_fmt(tmpctx,
298
"{ \"jsonrpc\": \"2.0\", "
0 commit comments