| 102 | } |
| 103 | |
| 104 | static void towire_opt_wirestring(u8 **p, const char *v) |
| 105 | { |
| 106 | if (towire_bool_val(p, v != NULL)) |
| 107 | towire_wirestring(p, v); |
| 108 | } |
| 109 | |
| 110 | bool fromwire_dstore_channel(const u8 **cursor, size_t *len, |
| 111 | struct node_id *n1, |
no test coverage detected