| 766 | } |
| 767 | |
| 768 | static struct command_result * |
| 769 | openchannel_update_err(struct command *cmd, |
| 770 | const char *method, |
| 771 | const char *buf, |
| 772 | const jsmntok_t *error, |
| 773 | struct multifundchannel_destination *dest) |
| 774 | { |
| 775 | fail_destination_tok(dest, buf, error); |
| 776 | return openchannel_update_returned(dest); |
| 777 | } |
| 778 | |
| 779 | static void |
| 780 | openchannel_update_dest(struct multifundchannel_destination *dest) |
nothing calls this directly
no test coverage detected