| 407 | struct json_stream *response; |
| 408 | }; |
| 409 | static struct command_result * |
| 410 | mfc_finished_complete(struct mfc_finished_object *obj) |
| 411 | { |
| 412 | plugin_log(obj->mfc->cmd->plugin, LOG_DBG, |
| 413 | "mfc %"PRIu64": cleanup done, finishing command.", |
| 414 | obj->mfc->id); |
| 415 | return command_finished(obj->cmd, obj->response); |
| 416 | } |
| 417 | |
| 418 | struct command_result * |
| 419 | mfc_finished(struct multifundchannel_command *mfc, |
nothing calls this directly
no test coverage detected