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

Function chain_mvt_is_external

common/coin_mvt.c:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542bool chain_mvt_is_external(const struct chain_coin_mvt *mvt)
543{
544 return mvt->account.alt_account && is_external_account(mvt->account.alt_account);
545}
546
547struct chain_coin_mvt *new_coin_wallet_deposit(const tal_t *ctx,
548 const struct bitcoin_outpoint *outpoint,

Callers

nothing calls this directly

Calls 1

is_external_accountFunction · 0.85

Tested by

no test coverage detected