| 729 | } |
| 730 | |
| 731 | static const char *init(struct command *init_cmd, |
| 732 | const char *buf UNUSED, const jsmntok_t *config UNUSED) |
| 733 | { |
| 734 | plugin_set_memleak_handler(init_cmd->plugin, mark_unreleased_txs); |
| 735 | return NULL; |
| 736 | } |
| 737 | |
| 738 | int main(int argc, char *argv[]) |
| 739 | { |
nothing calls this directly
no test coverage detected