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