| 40 | } |
| 41 | |
| 42 | static void fail_destination(struct multifundchannel_destination *dest) |
| 43 | { |
| 44 | dest->fail_state = dest->state; |
| 45 | dest->state = MULTIFUNDCHANNEL_FAILED; |
| 46 | } |
| 47 | |
| 48 | void fail_destination_tok(struct multifundchannel_destination *dest, |
| 49 | const char *buf, |
no outgoing calls
no test coverage detected