Don't use this in general: it's better to omit fields. */
| 261 | |
| 262 | /* Don't use this in general: it's better to omit fields. */ |
| 263 | static void json_add_null(struct json_stream *stream, const char *fieldname) |
| 264 | { |
| 265 | json_add_primitive(stream, fieldname, "null"); |
| 266 | } |
| 267 | |
| 268 | struct estimatefee_params { |
| 269 | u32 blocks; |
no test coverage detected