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