| 421 | } |
| 422 | |
| 423 | static struct command_result * |
| 424 | openchannel_signed_err(struct command *cmd, |
| 425 | const char *method, |
| 426 | const char *buf, |
| 427 | const jsmntok_t *error, |
| 428 | struct multifundchannel_destination *dest) |
| 429 | { |
| 430 | struct multifundchannel_command *mfc = dest->mfc; |
| 431 | |
| 432 | fail_destination_tok(dest, buf, error); |
| 433 | return after_openchannel_signed(mfc); |
| 434 | } |
| 435 | |
| 436 | static void |
| 437 | openchannel_signed_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected