| 955 | } |
| 956 | |
| 957 | static struct command_result * |
| 958 | openchannel_init_err(struct command *cmd, |
| 959 | const char *method, |
| 960 | const char *buf, |
| 961 | const jsmntok_t *error, |
| 962 | struct multifundchannel_destination *dest) |
| 963 | { |
| 964 | fail_destination_tok(dest, buf, error); |
| 965 | return openchannel_init_done(dest); |
| 966 | } |
| 967 | |
| 968 | struct command_result * |
| 969 | openchannel_init_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected