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

Function spender_init

plugins/spender/main.c:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * spending from the onchain wallet. */
10
11static
12const char *spender_init(struct command *init_cmd, const char *b, const jsmntok_t *t)
13{
14 openchannel_init(init_cmd, b, t);
15 /* whatever_init(p, b, t); */
16 return NULL;
17}
18
19int main(int argc, char **argv)
20{

Callers

nothing calls this directly

Calls 1

openchannel_initFunction · 0.70

Tested by

no test coverage detected