Initiate the multifundchannel execution. */
| 1709 | |
| 1710 | /* Initiate the multifundchannel execution. */ |
| 1711 | static void |
| 1712 | perform_multifundchannel(struct multifundchannel_command *mfc) |
| 1713 | { |
| 1714 | perform_multiconnect(mfc); |
| 1715 | } |
| 1716 | |
| 1717 | |
| 1718 | /*----------------------------------------------------------------------------- |
no test coverage detected