Done when all cleanup operations have completed. */
| 146 | |
| 147 | /* Done when all cleanup operations have completed. */ |
| 148 | static struct command_result * |
| 149 | mfc_cleanup_complete(struct multifundchannel_cleanup *cleanup) |
| 150 | { |
| 151 | tal_steal(tmpctx, cleanup); |
| 152 | return cleanup->cb(cleanup->arg); |
| 153 | } |
| 154 | |
| 155 | static struct command_result * |
| 156 | mfc_cleanup_done(struct command *cmd, |
no outgoing calls
no test coverage detected