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

Function mark_unreleased_txs

plugins/txprepare.c:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569
570#if DEVELOPER
571static void mark_unreleased_txs(struct plugin *plugin, struct htable *memtable)
572{
573 memleak_scan_list_head(memtable, &unreleased_txs);
574}
575#endif
576
577static const char *init(struct plugin *p,

Callers

nothing calls this directly

Calls 1

memleak_scan_list_headFunction · 0.85

Tested by

no test coverage detected