| 964 | } |
| 965 | |
| 966 | static struct command_result * |
| 967 | openchannel_init_err(struct command *cmd, |
| 968 | const char *buf, |
| 969 | const jsmntok_t *error, |
| 970 | struct multifundchannel_destination *dest) |
| 971 | { |
| 972 | fail_destination_tok(dest, buf, error); |
| 973 | return openchannel_init_done(dest); |
| 974 | } |
| 975 | |
| 976 | struct command_result * |
| 977 | openchannel_init_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected