| 409 | } |
| 410 | |
| 411 | static struct command_result * |
| 412 | openchannel_signed_err(struct command *cmd, |
| 413 | const char *buf, |
| 414 | const jsmntok_t *error, |
| 415 | struct multifundchannel_destination *dest) |
| 416 | { |
| 417 | struct multifundchannel_command *mfc = dest->mfc; |
| 418 | |
| 419 | fail_destination_tok(dest, buf, error); |
| 420 | return after_openchannel_signed(mfc); |
| 421 | } |
| 422 | |
| 423 | static void |
| 424 | openchannel_signed_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected