| 414 | struct json_stream *response; |
| 415 | }; |
| 416 | static struct command_result * |
| 417 | mfc_finished_complete(struct mfc_finished_object *obj) |
| 418 | { |
| 419 | plugin_log(obj->mfc->cmd->plugin, LOG_DBG, |
| 420 | "mfc %"PRIu64": cleanup done, finishing command.", |
| 421 | obj->mfc->id); |
| 422 | return command_finished(obj->cmd, obj->response); |
| 423 | } |
| 424 | |
| 425 | struct command_result * |
| 426 | mfc_finished(struct multifundchannel_command *mfc, |
nothing calls this directly
no test coverage detected