| 569 | |
| 570 | #if DEVELOPER |
| 571 | static void mark_unreleased_txs(struct plugin *plugin, struct htable *memtable) |
| 572 | { |
| 573 | memleak_scan_list_head(memtable, &unreleased_txs); |
| 574 | } |
| 575 | #endif |
| 576 | |
| 577 | static const char *init(struct plugin *p, |
nothing calls this directly
no test coverage detected