| 447 | } |
| 448 | |
| 449 | static bool is_channel_acct(struct chain_event *ev) |
| 450 | { |
| 451 | return !streq(ev->acct_name, WALLET_ACCT) |
| 452 | && !streq(ev->acct_name, EXTERNAL_ACCT); |
| 453 | } |
| 454 | |
| 455 | static bool txid_in_list(struct bitcoin_txid **list, |
| 456 | struct bitcoin_txid *txid) |
no outgoing calls
no test coverage detected