| 89 | } |
| 90 | |
| 91 | bool is_v2(const struct multifundchannel_destination *dest) |
| 92 | { |
| 93 | return dest->protocol == OPEN_CHANNEL; |
| 94 | } |
| 95 | |
| 96 | static bool |
| 97 | has_commitments_secured(const struct multifundchannel_destination *dest) |
no outgoing calls
no test coverage detected