We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f45401 commit 75894e5Copy full SHA for 75894e5
test/run-01-jsonrpc.c
@@ -36,6 +36,7 @@ void test(const char *input, const char *expect, bool needs_more, int extra)
36
jcon->len_read = strlen(input);
37
jcon->buffer = tal_dup(jcon, char, input, strlen(input), 0);
38
jcon->state = &state;
39
+ jcon->num_conns = 2;
40
list_head_init(&jcon->output);
41
42
plan = read_json(NULL, jcon);
0 commit comments