| 26 | } |
| 27 | |
| 28 | bool is_channel_account(const struct account *acct) |
| 29 | { |
| 30 | return !streq(acct->name, WALLET) |
| 31 | && !streq(acct->name, "external"); |
| 32 | } |
| 33 | |
| 34 | bool is_external_account(const struct account *acct) |
| 35 | { |
no outgoing calls
no test coverage detected