| 756 | } |
| 757 | |
| 758 | static struct command_result * |
| 759 | openchannel_update_err(struct command *cmd, |
| 760 | const char *buf, |
| 761 | const jsmntok_t *error, |
| 762 | struct multifundchannel_destination *dest) |
| 763 | { |
| 764 | fail_destination_tok(dest, buf, error); |
| 765 | return openchannel_update_returned(dest); |
| 766 | } |
| 767 | |
| 768 | static void |
| 769 | openchannel_update_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected