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

Function init

plugins/txprepare.c:577–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575#endif
576
577static 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
586int main(int argc, char *argv[])
587{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected