MCPcopy Create free account
hub / github.com/ElementsProject/lightning / is_channel_acct

Function is_channel_acct

plugins/bkpr/recorder.c:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static 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
455static bool txid_in_list(struct bitcoin_txid **list,
456 struct bitcoin_txid *txid)

Callers 2

find_txo_chainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected