| 1877 | } |
| 1878 | |
| 1879 | void plugin_notification_end_obs(struct plugin *plugin, |
| 1880 | struct json_stream *stream STEALS) |
| 1881 | { |
| 1882 | json_object_end(stream); |
| 1883 | jsonrpc_finish_and_send(plugin, stream); |
| 1884 | } |
| 1885 | |
| 1886 | struct json_stream *plugin_notification_start(const tal_t *ctx, |
| 1887 | const char *method) |
no test coverage detected