| 575 | #endif |
| 576 | |
| 577 | static const char *init(struct plugin *p, |
| 578 | const char *buf UNUSED, const jsmntok_t *config UNUSED) |
| 579 | { |
| 580 | #if DEVELOPER |
| 581 | plugin_set_memleak_handler(p, mark_unreleased_txs); |
| 582 | #endif |
| 583 | return NULL; |
| 584 | } |
| 585 | |
| 586 | int main(int argc, char *argv[]) |
| 587 | { |
nothing calls this directly
no test coverage detected